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

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp107 const Patch* opMesh = renderer.caches().patchCache.get( local
110 totalVertices += opMesh->verticesCount;
128 const Patch* opMesh = renderer.caches().patchCache.get( local
133 uint32_t vertexCount = opMesh->verticesCount;
145 TextureVertex* opVertices = opMesh->vertices.get();
156 if (!opMesh->hasEmptyQuads) {
160 const size_t count = opMesh->quads.size();
162 const Rect& quadBounds = opMesh->quads[i];
171 indexCount += opMesh->indexCount;
H A DDisplayListOp.h830 const Patch* opMesh = patchOp->getMesh(renderer); variable
831 uint32_t vertexCount = opMesh->verticesCount;
843 TextureVertex* opVertices = opMesh->vertices.get();
854 if (!opMesh->hasEmptyQuads) {
859 const size_t count = opMesh->quads.size();
861 const Rect& quadBounds = opMesh->quads[i];
870 indexCount += opMesh->indexCount;

Completed in 20 milliseconds