Searched refs:m_texFormatInfo (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp247 tcu::TextureFormatInfo m_texFormatInfo; member in class:deqp::gles3::Functional::Texture2DSpecCase
256 , m_texFormatInfo (tcu::getTextureFormatInfo(format))
273 shader.setTexScaleBias(0, m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
332 tcu::TextureFormatInfo m_texFormatInfo; member in class:deqp::gles3::Functional::TextureCubeSpecCase
340 , m_texFormatInfo (tcu::getTextureFormatInfo(format))
356 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
429 tcu::TextureFormatInfo m_texFormatInfo; member in class:deqp::gles3::Functional::Texture2DArraySpecCase
439 , m_texFormatInfo (tc
529 tcu::TextureFormatInfo m_texFormatInfo; member in class:deqp::gles3::Functional::Texture3DSpecCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp217 tcu::TextureFormatInfo m_texFormatInfo; member in class:deqp::gles31::Functional::TextureCubeArraySpecCase
226 , m_texFormatInfo (tcu::getTextureFormatInfo(format))
248 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
340 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
341 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
380 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo
[all...]

Completed in 77 milliseconds