Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp168 …static const glw::GLuint s_source_texture_data_ui[]; //!< Source texture for unsigned integer type… member in gl3cts::TextureSizePromotion::FunctionalTest
Dgl3cTextureSizePromotion.cpp292 source_data = (glw::GLvoid*)s_source_texture_data_ui; in prepareSourceTexture()
308 source_data = (glw::GLvoid*)s_source_texture_data_ui; in prepareSourceTexture()
1027 s_source_texture_data_ui[channel]; in checkDestinationTexture()
1210 const glw::GLuint FunctionalTest::s_source_texture_data_ui[] = { 4, 3, 2, 1 }; member in gl3cts::TextureSizePromotion::FunctionalTest