Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h213 int minStrokeVerbsForHwTessellation() const { return fMinStrokeVerbsForHwTessellation; } in minStrokeVerbsForHwTessellation()
601 int fMinStrokeVerbsForHwTessellation = 50; variable
DGrCaps.cpp145 fMinPathVerbsForHwTessellation = fMinStrokeVerbsForHwTessellation = 0; in applyOptionsOverrides()
265 writer->appendS32("Min Stroke Verbs for HW Tessellation", fMinStrokeVerbsForHwTessellation); in dumpJSON()