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

  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 65 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
264 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
331 case COORDTYPE_PROJECTED:
542 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
686 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
728 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 62 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
257 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
324 case COORDTYPE_PROJECTED:
531 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
675 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
717 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 66 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
157 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
264 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
324 case COORDTYPE_PROJECTED:
376 case COORDTYPE_PROJECTED:
507 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
592 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 117 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
203 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
310 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
370 case COORDTYPE_PROJECTED:
422 case COORDTYPE_PROJECTED:
548 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
633 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
    [all...]

Completed in 276 milliseconds