Searched refs:DRAWMETHOD_DRAWELEMENTS (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp991 DRAWMETHOD_DRAWELEMENTS, enumerator in enum:deqp::gles31::Functional::__anon4781::ComputeShaderGeneratedCase::DrawMethod
1048 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS);
1144 if (!m_computeIndices && m_drawMethod == DRAWMETHOD_DRAWELEMENTS)
1213 else if (computeCmd && m_drawMethod==DRAWMETHOD_DRAWELEMENTS)
1257 else if (m_drawMethod==DRAWMETHOD_DRAWELEMENTS)
1299 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS)
1368 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS)
1436 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS)
1467 DE_ASSERT(m_drawMethod == DRAWMETHOD_DRAWELEMENTS);
1513 if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS)
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp156 DRAWMETHOD_DRAWELEMENTS, enumerator in enum:deqp::gls::DrawTestSpec::DrawMethod
H A DglsDrawTest.cpp273 { true, false, false, false, false, false }, //!< DRAWMETHOD_DRAWELEMENTS,
1888 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS)
2366 "draw_elements", //!< DRAWMETHOD_DRAWELEMENTS
2562 else if (drawMethod == DRAWMETHOD_DRAWELEMENTS)
2699 else if (drawMethod == DRAWMETHOD_DRAWELEMENTS)
2901 if (drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS && drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS)
2903 if (drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS && (indexType != INDEXTYPE_BYTE && indexType != INDEXTYPE_SHORT))
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp180 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
250 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
425 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp438 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
536 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
707 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp369 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
447 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
640 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp539 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
949 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,
1144 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS,

Completed in 157 milliseconds