Home
last modified time | relevance | path

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 DesextcTextureCubeMapArraySampling.cpp388 void getColorIntComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, in getColorIntComponents() function
527getColorIntComponents<T>(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels… in getExpectedColorIntComponentsForTexture()
552getColorIntComponents<T>(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_co… in getExpectedColorIntComponentsForTextureLod()
943getColorIntComponents<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 DesextcTextureCubeMapArraySampling.hpp225 …void (*getColorIntComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_inde… member