Searched refs:getColorFloatComponents (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 363 void getColorFloatComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_leve… in getColorFloatComponents() function 483 …getColorFloatComponents(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels,… in getExpectedColorFloatComponentsForTexture() 506 …getColorFloatComponents(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_com… in getExpectedColorFloatComponentsForTextureLod() 913 …getColorFloatComponents(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);
|
D | esextcTextureCubeMapArraySampling.hpp | 216 …void (*getColorFloatComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_in… member
|