Searched refs:getColorIntComponents (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 388 void getColorIntComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, in getColorIntComponents() function 527 …getColorIntComponents<T>(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels… in getExpectedColorIntComponentsForTexture() 552 …getColorIntComponents<T>(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_co… in getExpectedColorIntComponentsForTextureLod() 943 …getColorIntComponents<T>(cube_face, element_index, mipmap_level, n_elements, n_mipmap_levels, comp… in prepareDataForColorIntTexture() 3911 … component_provider.getColorIntComponents = getExpectedColorIntComponentsForTexture<glw::GLint>; 3921 …component_provider.getColorIntComponents = getExpectedColorIntComponentsForTextureLod<glw::GLint… 3977 … component_provider.getColorIntComponents, data);
|
H A D | esextcTextureCubeMapArraySampling.hpp | 225 …void (*getColorIntComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_inde… member
|