Home
last modified time | relevance | path

Searched refs:PRIMITIVETYPE_TRIANGLE (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp62 PRIMITIVETYPE_TRIANGLE = 0, enumerator
75 case PRIMITIVETYPE_TRIANGLE: return 3; in getNumVerticesPerPrimitive()
90 case PRIMITIVETYPE_TRIANGLE: return glu::PRIMITIVETYPE_TRIANGLES; in getGluPrimitiveType()
103 const bool isTri = primType == PRIMITIVETYPE_TRIANGLE; in genVertices()
666 { "triangles", PRIMITIVETYPE_TRIANGLE }, in init()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp84 PRIMITIVETYPE_TRIANGLE = 0, //!< Triangles, requires 3 coordinates per primitive enumerator
167 if (drawOp.type == PRIMITIVETYPE_TRIANGLE) in randomizeDrawOp()
468 DE_ASSERT(drawOp->type == PRIMITIVETYPE_TRIANGLE); in renderReference()
624 DE_ASSERT(drawOp.type == PRIMITIVETYPE_TRIANGLE); in drawGLES2()

Completed in 4 milliseconds