Searched refs:PRIMITIVE_TRIANGLE_STRIP (Results 1 - 12 of 12) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 66 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 D | es3fDrawTests.cpp | 547 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 D | glsDrawTest.hpp | 134 PRIMITIVE_TRIANGLE_STRIP, enumerator
|
H A D | glsVertexArrayTests.hpp | 138 PRIMITIVE_TRIANGLE_STRIP, enumerator
|
H A D | glsDrawTest.cpp | 165 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 D | es2sDrawTests.cpp | 240 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 D | es2fDrawTests.cpp | 446 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 D | es31sDrawTests.cpp | 366 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 D | es3sDrawTests.cpp | 436 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 D | es31fDrawElementsBaseVertexTests.cpp | 71 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP: return primitiveCount + 2; in getElementCount() 891 gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP, in init()
|
H A D | es31fDrawTests.cpp | 682 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 D | es31fGeometryShaderTests.cpp | 5441 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