Searched refs:getTriangleNumOutputPrimitivesPoints (Results 1 – 1 of 1) sorted by relevance
1325 static int getTriangleNumOutputPrimitivesPoints (int tessellationLevel) in getTriangleNumOutputPrimitivesPoints() function1332 …return 3 + 3 * (tessellationLevel - 1) + getTriangleNumOutputPrimitivesPoints(tessellationLevel - … in getTriangleNumOutputPrimitivesPoints()1371 return getTriangleNumOutputPrimitivesPoints(tessellationLevel); in getNumTessellatedPrimitives()