Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp66 PRIMITIVE_TRIANGLE_STRIP, enumerator
331 else if (m_primType == PRIMITIVE_TRIANGLE_STRIP) in init()
517 case PRIMITIVE_TRIANGLE_STRIP: primTypeGL = GL_TRIANGLE_STRIP; break; in draw()
664 : primType == (int)PrimitiveRestartCase::PRIMITIVE_TRIANGLE_STRIP ? "triangle_strip" in init()
Des3fDrawTests.cpp547 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
930 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
1084 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/external/deqp/modules/glshared/
DglsDrawTest.hpp129 PRIMITIVE_TRIANGLE_STRIP, enumerator
DglsVertexArrayTests.hpp137 PRIMITIVE_TRIANGLE_STRIP, enumerator
DglsDrawTest.cpp241 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: return primitiveCount + 2; in getElementCount()
2569 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getName()
2708 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getDesc()
2875 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getMultilineDesc()
3095 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/
Des31fDrawTests.cpp678 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
2070 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
2223 …wTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
Des31fGeometryShaderTests.cpp5252 PRIMITIVE_TRIANGLE_STRIP, enumerator
5333 …case PRIMITIVE_TRIANGLE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: t… in init()
5599 case PRIMITIVE_TRIANGLE_STRIP: return GL_TRIANGLE_STRIP; in getOutputPrimitive()
5614 case PRIMITIVE_TRIANGLE_STRIP: return GL_TRIANGLES; in getBasePrimitive()
6302 …", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_TRIANGLE_STRIP)); in init()