Searched refs:m_coordType (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp102 CoordType m_coordType; member in class:deqp::gles2::Accuracy::Texture2DMipmapCase
131 , m_coordType (coordType)
264 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
265 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
328 switch (m_coordType)
402 CoordType m_coordType; member in class:deqp::gles2::Accuracy::TextureCubeMipmapCase
429 , m_coordType (coordType)
542 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
543 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
596 DE_ASSERT(m_coordType !
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp99 CoordType m_coordType; member in class:deqp::gles3::Accuracy::Texture2DMipmapCase
128 , m_coordType (coordType)
257 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
258 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
321 switch (m_coordType)
395 CoordType m_coordType; member in class:deqp::gles3::Accuracy::TextureCubeMipmapCase
422 , m_coordType (coordType)
531 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
532 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
585 DE_ASSERT(m_coordType !
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp103 CoordType m_coordType; member in class:deqp::gles2::Functional::Texture2DMipmapCase
132 , m_coordType (coordType)
157 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
264 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
265 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
321 switch (m_coordType)
373 switch (m_coordType)
456 CoordType m_coordType; member in class:deqp::gles2::Functional::TextureCubeMipmapCase
483 , m_coordType (coordType)
507 if (m_coordType
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp152 CoordType m_coordType; member in class:deqp::gles3::Functional::Texture2DMipmapCase
181 , m_coordType (coordType)
201 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
308 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
309 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
365 switch (m_coordType)
417 switch (m_coordType)
500 CoordType m_coordType; member in class:deqp::gles3::Functional::TextureCubeMipmapCase
527 , m_coordType (coordType)
546 if (m_coordType
1102 CoordType m_coordType; member in class:deqp::gles3::Functional::Texture3DMipmapCase
[all...]

Completed in 57 milliseconds