Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCFiller.cpp250 int32_t twoThirdsCount = (2 * indexCount) / 3; in emit_recursive_fan() local
252 pts[indices[firstIndex + twoThirdsCount]], devToAtlasOffset); in emit_recursive_fan()
256 twoThirdsCount - oneThirdCount + 1, devToAtlasOffset, out); in emit_recursive_fan()
261 out = emit_recursive_fan(pts, indices, firstIndex + twoThirdsCount, in emit_recursive_fan()
262 indexCount - twoThirdsCount + 1, devToAtlasOffset, out); in emit_recursive_fan()