Searched refs:COORDTYPE_PROJECTED (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp67 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1 enumerator in enum:deqp::gles2::Accuracy::CoordType
266 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
333 case COORDTYPE_PROJECTED:
544 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
688 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
730 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp63 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1 enumerator in enum:deqp::gles3::Accuracy::CoordType
258 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
325 case COORDTYPE_PROJECTED:
532 bool isProjected = m_coordType == COORDTYPE_PROJECTED;
676 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
718 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp117 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1 enumerator in enum:vkt::texture::__anon4007::CoordType
172 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT));
269 const bool isProjected = m_testParameters.coordType == COORDTYPE_PROJECTED;
313 case COORDTYPE_PROJECTED:
362 case COORDTYPE_PROJECTED:
433 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT));
507 const bool isProjected = m_testParameters.coordType == COORDTYPE_PROJECTED;
672 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT));
776 const bool isProjected = m_testParameters.coordType == COORDTYPE_PROJECTED;
825 case COORDTYPE_PROJECTED
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp67 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1 enumerator in enum:deqp::gles2::Functional::CoordType
158 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
265 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
325 case COORDTYPE_PROJECTED:
377 case COORDTYPE_PROJECTED:
508 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
593 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
1085 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
1213 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" },
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp116 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1 enumerator in enum:deqp::gles3::Functional::CoordType
202 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
309 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
369 case COORDTYPE_PROJECTED:
421 case COORDTYPE_PROJECTED:
547 if (m_coordType == COORDTYPE_PROJECTED && m_renderCtx.getRenderTarget().getNumSamples() > 0)
632 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
1146 if (m_coordType == COORDTYPE_PROJECTED && m_context.getRenderTarget().getNumSamples() > 0)
1256 const bool isProjected = m_coordType == COORDTYPE_PROJECTED;
1314 case COORDTYPE_PROJECTED
[all...]

Completed in 82 milliseconds