Home
last modified time | relevance | path

Searched refs:PRIMITIVE_TRIANGLE_STRIP (Results 1 – 12 of 12) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp66 PRIMITIVE_TRIANGLE_STRIP, enumerator
346 else if (m_primType == PRIMITIVE_TRIANGLE_STRIP) in init()
532 case PRIMITIVE_TRIANGLE_STRIP: primTypeGL = GL_TRIANGLE_STRIP; break; in draw()
679 : primType == (int)PrimitiveRestartCase::PRIMITIVE_TRIANGLE_STRIP ? "triangle_strip" in init()
Des3fDrawTests.cpp547 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
938 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
1092 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/external/deqp/modules/glshared/
DglsDrawTest.hpp134 PRIMITIVE_TRIANGLE_STRIP, enumerator
DglsVertexArrayTests.hpp138 PRIMITIVE_TRIANGLE_STRIP, enumerator
DglsDrawTest.cpp242 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: return primitiveCount + 2; in getElementCount()
2486 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getName()
2625 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getDesc()
2792 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getMultilineDesc()
3012 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getDrawPrimitiveClass()
/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp240 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
371 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp446 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
526 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
657 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp366 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
519 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp436 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
585 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp71 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: return primitiveCount + 2; in getElementCount()
891 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
Des31fDrawTests.cpp682 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
2075 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
2230 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
Des31fGeometryShaderTests.cpp5393 PRIMITIVE_TRIANGLE_STRIP, enumerator
5474 …case PRIMITIVE_TRIANGLE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: t… in init()
5740 case PRIMITIVE_TRIANGLE_STRIP: return GL_TRIANGLE_STRIP; in getOutputPrimitive()
5755 case PRIMITIVE_TRIANGLE_STRIP: return GL_TRIANGLES; in getBasePrimitive()
6443 …", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_TRIANGLE_STRIP)); in init()