Home | History | Annotate | Download | only in functional

Lines Matching refs:PRIMITIVE_TRIANGLE_FAN

5393 		PRIMITIVE_TRIANGLE_FAN,
5474 case PRIMITIVE_TRIANGLE_FAN: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: triangle fan" << tcu::TestLog::EndMessage; break;
5740 case PRIMITIVE_TRIANGLE_FAN: return GL_TRIANGLE_FAN;
5755 case PRIMITIVE_TRIANGLE_FAN: return GL_TRIANGLES;
6443 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_triangle_fan", "Capture triangle fan triangles", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_TRIANGLE_FAN));