OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProjected
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp
264
const bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
282
sampleParams.flags = (
isProjected
? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
330
if (
isProjected
)
360
lodPrec.lodBits =
isProjected
? 6 : 8;
382
if (
isProjected
)
592
const bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
643
if (
isProjected
)
682
lookupPrec.coordBits =
isProjected
? tcu::IVec3(8) : tcu::IVec3(10);
685
lodPrec.lodBits =
isProjected
? 4 : 6;
698
if (
isProjected
)
[
all
...]
/external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp
264
bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
287
sampleParams.flags = (
isProjected
? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
337
if (
isProjected
)
542
bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
599
if (
isProjected
)
/external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp
257
bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
280
sampleParams.flags = (
isProjected
? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
330
if (
isProjected
)
531
bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
588
if (
isProjected
)
/external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp
308
const bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
326
sampleParams.flags = (
isProjected
? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
374
if (
isProjected
)
404
lodPrec.lodBits =
isProjected
? 6 : 8;
426
if (
isProjected
)
631
const bool
isProjected
= m_coordType == COORDTYPE_PROJECTED;
682
if (
isProjected
)
721
lookupPrec.coordBits =
isProjected
? tcu::IVec3(8) : tcu::IVec3(10);
724
lodPrec.lodBits =
isProjected
? 3 : 6;
737
if (
isProjected
)
[
all
...]
Completed in 89 milliseconds