HomeSort by relevance Sort by last modified time
    Searched refs:stencilWrapOpsSupport (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.h 20 GrDefaultPathRenderer(bool separateStencilSupport, bool stencilWrapOpsSupport);
GrDefaultPathRenderer.cpp 27 bool stencilWrapOpsSupport)
29 , fStencilWrapOps(stencilWrapOpsSupport) {
  /external/skia/src/gpu/
GrPathRendererChain.cpp 45 caps.stencilWrapOpsSupport()))->unref();
GrClipMaskManager.cpp     [all...]
  /external/skia/include/gpu/
GrCaps.h 141 bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; }

Completed in 146 milliseconds