Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp365 void getColorFloatComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_leve… in getColorFloatComponents() function
485getColorFloatComponents(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels,… in getExpectedColorFloatComponentsForTexture()
508getColorFloatComponents(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_com… in getExpectedColorFloatComponentsForTextureLod()
915getColorFloatComponents(cube_face, element_index, mipmap_level, n_elements, n_mipmap_levels, compo… in prepareDataForColorFloatTexture()
3908 component_provider.getColorFloatComponents = getExpectedColorFloatComponentsForTexture;
3918 component_provider.getColorFloatComponents = getExpectedColorFloatComponentsForTextureLod;
3959 … component_provider.getColorFloatComponents, data);
H A DesextcTextureCubeMapArraySampling.hpp216 …void (*getColorFloatComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_in… member