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

/frameworks/base/libs/hwui/
H A DPatch.h51 bool hasEmptyQuads; member in struct:android::uirenderer::Patch
H A DPatch.cpp35 Patch::Patch(): vertices(NULL), verticesCount(0), indexCount(0), hasEmptyQuads(false) {
71 hasEmptyQuads = emptyQuads > 0;
231 if (hasEmptyQuads) {
H A DOpenGLRenderer.cpp2446 if (hasLayer() && mesh->hasEmptyQuads) {
2472 mCaches.patchCache.getMeshBuffer(), true, !mesh->hasEmptyQuads);
2477 mCaches.patchCache.getMeshBuffer(), true, !mesh->hasEmptyQuads);
H A DDisplayListOp.h1039 if (!opMesh->hasEmptyQuads) {

Completed in 65 milliseconds