Home
last modified time | relevance | path

Searched defs:stencilWrapOpsSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrCaps.h141 bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; } in stencilWrapOpsSupport() function
/external/skia/src/gpu/batches/
DGrDefaultPathRenderer.cpp27 bool stencilWrapOpsSupport) in GrDefaultPathRenderer()