Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads): in Patch() argument
35 mXCount(xCount), mYCount(yCount), mEmptyQuads(emptyQuads) { in Patch()
38 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 2 * 3; in Patch()
43 hasEmptyQuads = emptyQuads > 0; in Patch()
50 xCount, yCount, emptyQuads, maxVertices); in Patch()
DPatch.h48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);