Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader.cpp67 totalCombinedPathVerbCnt >= caps.minPathVerbsForHwTessellation() && in Make()
/third_party/skia/src/gpu/
DGrCaps.h212 int minPathVerbsForHwTessellation() const { return fMinPathVerbsForHwTessellation; } in minPathVerbsForHwTessellation() function
/third_party/skia/samplecode/
DSamplePathTessellators.cpp88 int numVerbsToGetTessellation = caps.minPathVerbsForHwTessellation(); in onPrepare()