Searched refs:DRAWMETHOD_DRAWELEMENTS (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 995 DRAWMETHOD_DRAWELEMENTS, enumerator 1052 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS); in ComputeShaderGeneratedCase() 1148 if (!m_computeIndices && m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in iterate() 1217 else if (computeCmd && m_drawMethod==DRAWMETHOD_DRAWELEMENTS) in genComputeSource() 1261 else if (m_drawMethod==DRAWMETHOD_DRAWELEMENTS) in genComputeSource() 1304 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in genComputeSource() 1373 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in createDrawCommand() 1441 else if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in createDrawData() 1472 DE_ASSERT(m_drawMethod == DRAWMETHOD_DRAWELEMENTS); in createDrawIndices() 1518 if (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in renderTo() [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsDrawTest.hpp | 161 DRAWMETHOD_DRAWELEMENTS, enumerator
|
D | glsDrawTest.cpp | 1908 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) in render() 2583 else if (drawMethod == DRAWMETHOD_DRAWELEMENTS) in getDesc() 2720 else if (drawMethod == DRAWMETHOD_DRAWELEMENTS) in getMultilineDesc() 2922 …s::DrawTestSpec::DRAWMETHOD_DRAWARRAYS && drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) in valid() 2924 …if (drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS && (indexType != INDEXTYPE_BYTE && in… in valid()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|