Searched refs:PRIMITIVE_LINE_STRIP (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp63 PRIMITIVE_LINE_STRIP, enumerator in enum:deqp::gles3::Functional::PrimitiveRestartCase::PrimitiveType
294 else if (m_primType == PRIMITIVE_LINE_STRIP || m_primType == PRIMITIVE_LINE_LOOP || m_primType == PRIMITIVE_LINES)
514 case PRIMITIVE_LINE_STRIP: primTypeGL = GL_LINE_STRIP; break;
661 : primType == (int)PrimitiveRestartCase::PRIMITIVE_LINE_STRIP ? "line_strip"
H A Des3fDrawTests.cpp552 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
937 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp130 PRIMITIVE_LINE_STRIP, enumerator in enum:deqp::gls::DrawTestSpec::Primitive
H A DglsDrawTest.cpp175 GL_LINE_STRIP, // PRIMITIVE_LINE_STRIP
255 case DrawTestSpec::PRIMITIVE_LINE_STRIP: return primitiveCount + 1;
2451 "line_strip", // PRIMITIVE_LINE_STRIP
2619 case DrawTestSpec::PRIMITIVE_LINE_STRIP:
2758 case DrawTestSpec::PRIMITIVE_LINE_STRIP:
2925 case DrawTestSpec::PRIMITIVE_LINE_STRIP:
3420 case gls::DrawTestSpec::PRIMITIVE_LINE_STRIP:
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp450 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
530 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp253 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp368 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp452 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp5133 PRIMITIVE_LINE_STRIP,
5214 case PRIMITIVE_LINE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: line strip" << tcu::TestLog::EndMessage; break;
5480 case PRIMITIVE_LINE_STRIP: return GL_LINE_STRIP;
5495 case PRIMITIVE_LINE_STRIP: return GL_LINES;
6178 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_line_strip", "Capture line strip lines", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_LINE_STRIP));
H A Des31fDrawTests.cpp682 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,
2074 gls::DrawTestSpec::PRIMITIVE_LINE_STRIP,

Completed in 256 milliseconds