Home | History | Annotate | Download | only in functional

Lines Matching refs:PRIMITIVE_LINE_STRIP

5391 		PRIMITIVE_LINE_STRIP,
5472 case PRIMITIVE_LINE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: line strip" << tcu::TestLog::EndMessage; break;
5738 case PRIMITIVE_LINE_STRIP: return GL_LINE_STRIP;
5753 case PRIMITIVE_LINE_STRIP: return GL_LINES;
6441 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_line_strip", "Capture line strip lines", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_LINE_STRIP));