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

  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 104 CoordType m_coordType;
133 , m_coordType (coordType)
266 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
267 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
330 switch (m_coordType)
404 CoordType m_coordType;
431 , m_coordType (coordType)
544 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
545 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
598 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 100 CoordType m_coordType;
129 , m_coordType (coordType)
258 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
259 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
322 switch (m_coordType)
396 CoordType m_coordType;
423 , m_coordType (coordType)
532 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
533 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
586 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 104 CoordType m_coordType;
133 , m_coordType (coordType)
158 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
265 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
266 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
322 switch (m_coordType)
374 switch (m_coordType)
457 CoordType m_coordType;
484 , m_coordType (coordType)
508 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 153 CoordType m_coordType;
182 , m_coordType (coordType)
202 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
309 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
310 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
366 switch (m_coordType)
418 switch (m_coordType)
501 CoordType m_coordType;
528 , m_coordType (coordType)
547 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0
    [all...]

Completed in 204 milliseconds