Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
H A Des3fDrawTests.cpp547 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
938 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
1092 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLES || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp134 PRIMITIVE_TRIANGLE_STRIP, enumerator
H A DglsVertexArrayTests.hpp138 PRIMITIVE_TRIANGLE_STRIP, enumerator
H A DglsDrawTest.cpp165 GL_TRIANGLE_STRIP, // PRIMITIVE_TRIANGLE_STRIP, in primitiveToGL()
243 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: return primitiveCount + 2; in getElementCount()
2355 "triangle_strip", // PRIMITIVE_TRIANGLE_STRIP, in primitiveToString()
2506 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getName()
2645 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getDesc()
2812 case DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getMultilineDesc()
3032 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: in getDrawPrimitiveClass()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp240 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
371 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLES || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp446 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
526 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
657 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLES || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp366 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP,
519 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLES || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP)
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp436 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
585 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLES || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP) in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp71 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: return primitiveCount + 2; in getElementCount()
891 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
H A Des31fDrawTests.cpp682 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
2075 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP,
2230 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLES || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN || spec.primitive == gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP)
H A Des31fGeometryShaderTests.cpp5441 PRIMITIVE_TRIANGLE_STRIP,
5522 case PRIMITIVE_TRIANGLE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: triangle strip" << tcu::TestLog::EndMessage; break;
5788 case PRIMITIVE_TRIANGLE_STRIP: return GL_TRIANGLE_STRIP;
5803 case PRIMITIVE_TRIANGLE_STRIP: return GL_TRIANGLES;
6496 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_triangle_strip", "Capture triangle strip triangles", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_TRIANGLE_STRIP));

Completed in 27 milliseconds