Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp167 …static const glw::GLint s_source_texture_data_i[]; //!< Source texture for signed integer type i… member in gl3cts::TextureSizePromotion::FunctionalTest
Dgl3cTextureSizePromotion.cpp284 source_data = (glw::GLvoid*)s_source_texture_data_i; in prepareSourceTexture()
996 s_source_texture_data_i[channel]; in checkDestinationTexture()
1208 const glw::GLint FunctionalTest::s_source_texture_data_i[] = { -1, 2, -3, 4 }; member in gl3cts::TextureSizePromotion::FunctionalTest