Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp57 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4; in Patch() local
58 if (maxVertices == 0) return; in Patch()
60 vertices.reset(new TextureVertex[maxVertices]); in Patch()
140 if (verticesCount != maxVertices) { in Patch()