Searched refs:DRAWMETHOD_DRAWELEMENTS (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 991 DRAWMETHOD_DRAWELEMENTS, enumerator 1048 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS); in ComputeShaderGeneratedCase() 1144 if (!m_computeIndices && m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in iterate() 1213 else if (computeCmd && m_drawMethod==DRAWMETHOD_DRAWELEMENTS) in genComputeSource() 1257 else if (m_drawMethod==DRAWMETHOD_DRAWELEMENTS) in genComputeSource() 1300 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in genComputeSource() 1369 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in createDrawCommand() 1437 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in createDrawData() 1468 DE_ASSERT(m_drawMethod == DRAWMETHOD_DRAWELEMENTS); in createDrawIndices() 1514 if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in renderTo() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 180 …const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls:… in init() 250 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init() 425 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 161 DRAWMETHOD_DRAWELEMENTS, enumerator
|
D | glsDrawTest.cpp | 1889 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) in render() 2563 else if (drawMethod == DRAWMETHOD_DRAWELEMENTS) in getDesc() 2700 else if (drawMethod == DRAWMETHOD_DRAWELEMENTS) in getMultilineDesc() 2902 …s::DrawTestSpec::DRAWMETHOD_DRAWARRAYS && drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) in valid() 2904 …if (drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS && (indexType != INDEXTYPE_BYTE && in… in valid()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 369 …const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls… in init() 447 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init() 640 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 438 …const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls… in init() 536 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init() 707 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 539 …const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls… in init() 949 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init() 1144 gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS, in init()
|