Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp272 source_data = (glw::GLvoid*)s_source_texture_data_f; in prepareSourceTexture()
312 source_data = (glw::GLvoid*)s_source_texture_data_f; in prepareSourceTexture()
872 s_source_texture_data_f[0] : in checkDestinationTexture()
903 s_source_texture_data_f[channel]; in checkDestinationTexture()
1212 const glw::GLfloat FunctionalTest::s_source_texture_data_f[] = { 0.125f, 0.25f, 0.5f, 0.75f }; member in gl3cts::TextureSizePromotion::FunctionalTest