Searched refs:getColorIntComponents (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 386 void getColorIntComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, in getColorIntComponents() function 525 getColorIntComponents<T>(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels, out_components); in getExpectedColorIntComponentsForTexture() 550 getColorIntComponents<T>(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_components); in getExpectedColorIntComponentsForTextureLod() 941 getColorIntComponents<T>(cube_face, element_index, mipmap_level, n_elements, n_mipmap_levels, components); in prepareDataForColorIntTexture() 3910 component_provider.getColorIntComponents = getExpectedColorIntComponentsForTexture<glw::GLint>; 3920 component_provider.getColorIntComponents = getExpectedColorIntComponentsForTextureLod<glw::GLint>; 3976 component_provider.getColorIntComponents, data);
|
H A D | esextcTextureCubeMapArraySampling.hpp | 225 void (*getColorIntComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, member
|
Completed in 10 milliseconds