Home
last modified time | relevance | path

Searched refs:getExpectedColorIntComponentsForTexture (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp521 void getExpectedColorIntComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedColorIntComponentsForTexture() function
3914 …component_provider.getColorUByteComponents = getExpectedColorIntComponentsForTexture<glw::GLubyte>;
3915 component_provider.getColorUintComponents = getExpectedColorIntComponentsForTexture<glw::GLuint>;
3916 component_provider.getColorIntComponents = getExpectedColorIntComponentsForTexture<glw::GLint>;