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

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp158 DRAWMETHOD_DRAWARRAYS = 0, enumerator in enum:deqp::gls::DrawTestSpec::DrawMethod
H A DglsDrawTest.cpp271 { false, false, false, true, false, false }, //!< DRAWMETHOD_DRAWARRAYS,
1879 if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS)
2364 "draw_arrays", //!< DRAWMETHOD_DRAWARRAYS
2550 if (drawMethod == DRAWMETHOD_DRAWARRAYS)
2687 if (drawMethod == DRAWMETHOD_DRAWARRAYS)
2902 if (drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS && drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS)
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp990 DRAWMETHOD_DRAWARRAYS, enumerator in enum:deqp::gles31::Functional::__anon5342::ComputeShaderGeneratedCase::DrawMethod
1037 , m_commandSize ((method==DRAWMETHOD_DRAWARRAYS) ? ((int)sizeof(DrawArraysCommand)) : ((int)sizeof(DrawElementsCommand)))
1206 if (computeCmd && m_drawMethod==DRAWMETHOD_DRAWARRAYS)
1227 << " " << ((m_drawMethod==DRAWMETHOD_DRAWARRAYS) ? ("DrawArraysIndirectCommand") : ("DrawElementsIndirectCommand")) << " commands[];\n"
1253 if (m_drawMethod==DRAWMETHOD_DRAWARRAYS)
1274 if (m_drawMethod == DRAWMETHOD_DRAWARRAYS)
1347 if (m_drawMethod == DRAWMETHOD_DRAWARRAYS)
1404 if (m_drawMethod == DRAWMETHOD_DRAWARRAYS)
1532 else if (m_drawMethod == DRAWMETHOD_DRAWARRAYS)
1554 if (m_drawMethod == DRAWMETHOD_DRAWARRAYS)
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp439 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED);
535 gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
706 gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp540 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED);
947 gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
1143 gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp249 gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
424 // gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp445 gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,
639 // gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS,

Completed in 160 milliseconds