Home
last modified time | relevance | path

Searched refs:getTriangleNumOutputPrimitivesPoints (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1325 static int getTriangleNumOutputPrimitivesPoints (int tessellationLevel) in getTriangleNumOutputPrimitivesPoints() function
1332 …return 3 + 3 * (tessellationLevel - 1) + getTriangleNumOutputPrimitivesPoints(tessellationLevel - … in getTriangleNumOutputPrimitivesPoints()
1371 return getTriangleNumOutputPrimitivesPoints(tessellationLevel); in getNumTessellatedPrimitives()