Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp44 int8_t emptyQuads = 0; in Patch() local
49 emptyQuads++; in Patch()
54 hasEmptyQuads = emptyQuads > 0; in Patch()
59 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4; in Patch()