Searched defs:useLodBias (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp265 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
287 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
340 if (useLodBias)
543 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
605 if (useLodBias)
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp265 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
282 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
333 if (useLodBias)
385 if (useLodBias)
593 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
649 if (useLodBias)
704 if (useLodBias)
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp258 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
280 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
333 if (useLodBias)
532 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
594 if (useLodBias)
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp311 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
328 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
379 if (useLodBias)
431 if (useLodBias)
634 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
690 if (useLodBias)
745 if (useLodBias)
1262 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS; local
1280 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
1330 if (useLodBias)
[all...]

Completed in 66 milliseconds