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

/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp107 inline void computeBufferSize(int* totalVertexCount, int* totalIndexCount, argument
113 *totalVertexCount = outerVertexCount + innerVertexCount;
124 *totalVertexCount++;
194 int totalVertexCount, totalIndexCount, totalUmbraCount; local
195 computeBufferSize(&totalVertexCount, &totalIndexCount, &totalUmbraCount,
198 shadowVertexBuffer.alloc<AlphaVertex>(totalVertexCount);
330 ShadowTessellator::checkOverflow(vertexBufferIndex, totalVertexCount, "Ambient Vertex Buffer");
H A DSpotShadow.cpp950 const int totalVertexCount = newPenumbraLength + umbraLength * 2; local
953 shadowTriangleStrip.alloc<AlphaVertex>(totalVertexCount);
1026 ShadowTessellator::checkOverflow(vertexBufferIndex, totalVertexCount, "Spot Vertex Buffer");

Completed in 54 milliseconds