Searched refs:emptyQuads (Results 1 – 2 of 2) sorted by relevance
34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads): in Patch() argument35 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()
48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);