HomeSort by relevance Sort by last modified time
    Searched refs:m_texFormatInfo (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 259 tcu::TextureFormatInfo m_texFormatInfo;
268 , m_texFormatInfo (tcu::getTextureFormatInfo(format))
285 shader.setTexScaleBias(0, m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
344 tcu::TextureFormatInfo m_texFormatInfo;
352 , m_texFormatInfo (tcu::getTextureFormatInfo(format))
368 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
441 tcu::TextureFormatInfo m_texFormatInfo;
451 , m_texFormatInfo (tcu::getTextureFormatInfo(format)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 217 tcu::TextureFormatInfo m_texFormatInfo;
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.valueMax)
    [all...]

Completed in 73 milliseconds