Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp363 void getColorFloatComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_leve… in getColorFloatComponents() function
483getColorFloatComponents(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels,… in getExpectedColorFloatComponentsForTexture()
506getColorFloatComponents(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_com… in getExpectedColorFloatComponentsForTextureLod()
913getColorFloatComponents(cube_face, element_index, mipmap_level, n_elements, n_mipmap_levels, compo… in prepareDataForColorFloatTexture()
3913 component_provider.getColorFloatComponents = getExpectedColorFloatComponentsForTexture;
3923 component_provider.getColorFloatComponents = getExpectedColorFloatComponentsForTextureLod;
3964 component_provider.getColorFloatComponents, data);
DesextcTextureCubeMapArraySampling.hpp216 …void (*getColorFloatComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_in… member