Home
last modified time | relevance | path

Searched refs:PRIMITIVE_POINTS (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp62 PRIMITIVE_POINTS = 0, enumerator
219 if (m_primType == PRIMITIVE_POINTS) in init()
281 if (m_primType == PRIMITIVE_POINTS) in init()
528 case PRIMITIVE_POINTS: primTypeGL = GL_POINTS; break; in draw()
675 const char* primTypeName = primType == (int)PrimitiveRestartCase::PRIMITIVE_POINTS ? "points" in init()
H A Des3fDrawTests.cpp91 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_POINTS) in addTestIterations()
544 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
935 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
1080 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
1086 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
1088 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp237 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
359 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
365 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
367 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp363 gls::DrawTestSpec::PRIMITIVE_POINTS,
507 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
513 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
515 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp443 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
523 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
645 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
651 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
653 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp433 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
573 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
579 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
581 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp131 PRIMITIVE_POINTS = 0, enumerator
H A DglsVertexArrayTests.hpp135 PRIMITIVE_POINTS = 0, enumerator
H A DglsDrawTest.cpp162 GL_POINTS, // PRIMITIVE_POINTS = 0, in primitiveToGL()
240 case DrawTestSpec::PRIMITIVE_POINTS: return primitiveCount; in getElementCount()
2352 "points", // PRIMITIVE_POINTS , in primitiveToString()
2497 case DrawTestSpec::PRIMITIVE_POINTS: in getName()
2636 case DrawTestSpec::PRIMITIVE_POINTS: in getDesc()
2803 case DrawTestSpec::PRIMITIVE_POINTS: in getMultilineDesc()
3020 case gls::DrawTestSpec::PRIMITIVE_POINTS: in getDrawPrimitiveClass()
H A DglsVertexArrayTests.cpp162 "points", // PRIMITIVE_POINTS , in primitiveToString()
648 GL_POINTS, // PRIMITIVE_POINTS = 0, in primitiveToGL()
1883 case Array::PRIMITIVE_POINTS: in getName()
1925 case Array::PRIMITIVE_POINTS: in getDesc()
2013 // case Array::PRIMITIVE_POINTS: in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp68 case gls::DrawTestSpec::PRIMITIVE_POINTS: return primitiveCount; in getElementCount()
888 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
H A Des31fDrawTests.cpp679 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
2072 gls::DrawTestSpec::PRIMITIVE_POINTS,
2218 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
2224 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
2226 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
H A Des31fGeometryShaderTests.cpp5443 PRIMITIVE_POINTS,
5524 case PRIMITIVE_POINTS: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: points" << tcu::TestLog::EndMessage; break;
5790 case PRIMITIVE_POINTS: return GL_POINTS;
5805 case PRIMITIVE_POINTS: return GL_POINTS;
6498 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_arrays", "Capture primitives generated with drawArrays", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_POINTS));
6499 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_arrays_instanced", "Capture primitives generated with drawArraysInstanced", VertexFeedbackCase::METHOD_DRAW_ARRAYS_INSTANCED, VertexFeedbackCase::PRIMITIVE_POINTS));
6500 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_arrays_indirect", "Capture primitives generated with drawArraysIndirect", VertexFeedbackCase::METHOD_DRAW_ARRAYS_INDIRECT, VertexFeedbackCase::PRIMITIVE_POINTS));
6501 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_elements", "Capture primitives generated with drawElements", VertexFeedbackCase::METHOD_DRAW_ELEMENTS, VertexFeedbackCase::PRIMITIVE_POINTS));
6502 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_elements_instanced", "Capture primitives generated with drawElementsInstanced", VertexFeedbackCase::METHOD_DRAW_ELEMENTS_INSTANCED, VertexFeedbackCase::PRIMITIVE_POINTS));
6503 feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_elements_indirect", "Capture primitives generated with drawElementsIndirect", VertexFeedbackCase::METHOD_DRAW_ELEMENTS_INDIRECT, VertexFeedbackCase::PRIMITIVE_POINTS));
[all...]

Completed in 33 milliseconds