/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 62 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()
|
D | es3fDrawTests.cpp | 91 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 …_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/ |
D | es2sDrawTests.cpp | 237 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 359 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 365 …_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/ |
D | es31sDrawTests.cpp | 363 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 507 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 513 …_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 515 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 443 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 523 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 645 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 651 …_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/ |
D | es3sDrawTests.cpp | 433 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 573 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 579 …_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/ |
D | glsDrawTest.hpp | 131 PRIMITIVE_POINTS = 0, enumerator
|
D | glsVertexArrayTests.hpp | 135 PRIMITIVE_POINTS = 0, enumerator
|
D | glsDrawTest.cpp | 240 case DrawTestSpec::PRIMITIVE_POINTS: return primitiveCount; in getElementCount() 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()
|
D | glsVertexArrayTests.cpp | 1883 case Array::PRIMITIVE_POINTS: in getName() 1925 case Array::PRIMITIVE_POINTS: in getDesc()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 68 case gls::DrawTestSpec::PRIMITIVE_POINTS: return primitiveCount; in getElementCount() 888 gls::DrawTestSpec::PRIMITIVE_POINTS, in init()
|
D | es31fDrawTests.cpp | 679 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 2072 gls::DrawTestSpec::PRIMITIVE_POINTS, in init() 2218 if (spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 2224 …_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init() 2226 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
|
D | es31fGeometryShaderTests.cpp | 5468 PRIMITIVE_POINTS, enumerator 5549 …case PRIMITIVE_POINTS: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: points"… in init() 5815 case PRIMITIVE_POINTS: return GL_POINTS; in getOutputPrimitive() 5830 case PRIMITIVE_POINTS: return GL_POINTS; in getBasePrimitive() 6523 … drawArrays", VertexFeedbackCase::METHOD_DRAW_ARRAYS, VertexFeedbackCase::PRIMITIVE_POINTS)); in init() 6524 …stanced", VertexFeedbackCase::METHOD_DRAW_ARRAYS_INSTANCED, VertexFeedbackCase::PRIMITIVE_POINTS)); in init() 6525 …ndirect", VertexFeedbackCase::METHOD_DRAW_ARRAYS_INDIRECT, VertexFeedbackCase::PRIMITIVE_POINTS)); in init() 6526 …rawElements", VertexFeedbackCase::METHOD_DRAW_ELEMENTS, VertexFeedbackCase::PRIMITIVE_POINTS)); in init() 6527 …anced", VertexFeedbackCase::METHOD_DRAW_ELEMENTS_INSTANCED, VertexFeedbackCase::PRIMITIVE_POINTS)); in init() 6528 …direct", VertexFeedbackCase::METHOD_DRAW_ELEMENTS_INDIRECT, VertexFeedbackCase::PRIMITIVE_POINTS)); in init()
|