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 102 CoordType m_coordType;
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;
429 , m_coordType (coordType)
542 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
543 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
596 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 99 CoordType m_coordType;
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;
422 , m_coordType (coordType)
531 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
532 bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
585 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 103 CoordType m_coordType;
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;
483 , m_coordType (coordType)
507 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 154 CoordType m_coordType;
183 , m_coordType (coordType)
203 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
310 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
311 const bool useLodBias = m_coordType == COORDTYPE_BASIC_BIAS;
367 switch (m_coordType)
419 switch (m_coordType)
502 CoordType m_coordType;
529 , m_coordType (coordType)
548 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0
    [all...]

Completed in 41 milliseconds