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

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp101 const Patch* opMesh = renderer.caches().patchCache.get( local
104 totalVertices += opMesh->verticesCount;
122 const Patch* opMesh = renderer.caches().patchCache.get( local
127 uint32_t vertexCount = opMesh->verticesCount;
139 TextureVertex* opVertices = opMesh->vertices.get();
150 if (!opMesh->hasEmptyQuads) {
154 const size_t count = opMesh->quads.size();
156 const Rect& quadBounds = opMesh->quads[i];
165 indexCount += opMesh->indexCount;

Completed in 185 milliseconds