Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp162 …static const glw::GLfloat s_source_texture_data_f[]; //!< Source texture for floating point type i… member in gl3cts::TextureSizePromotion::FunctionalTest
Dgl3cTextureSizePromotion.cpp260 source_data = (glw::GLvoid*)s_source_texture_data_f; in prepareSourceTexture()
300 source_data = (glw::GLvoid*)s_source_texture_data_f; in prepareSourceTexture()
862 s_source_texture_data_f[0] : in checkDestinationTexture()
893 s_source_texture_data_f[channel]; in checkDestinationTexture()
1202 const glw::GLfloat FunctionalTest::s_source_texture_data_f[] = { 0.125f, 0.25f, 0.5f, 0.75f }; member in gl3cts::TextureSizePromotion::FunctionalTest