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