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

  /external/skia/src/gpu/
GrPathRendererChain.h 44 is drawing the path to the stencil buffer then stencilSupport can be used to determine
46 StencilSupport in GrPathRenderer.h. */
49 GrPathRenderer::StencilSupport* stencilSupport);
GrPathRendererChain.cpp 80 GrPathRenderer::StencilSupport* stencilSupport) {
85 GrPathRenderer::StencilSupport minStencilSupport;
102 GrPathRenderer::StencilSupport support = GrPathRenderer::kNoSupport_StencilSupport;
116 if (stencilSupport) {
117 *stencilSupport = support;
GrDrawingManager.h 63 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
GrReducedClip.cpp     [all...]
GrDrawingManager.cpp 722 GrPathRenderer::StencilSupport* stencilSupport) {
728 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport);
  /external/skqp/src/gpu/
GrPathRendererChain.h 44 is drawing the path to the stencil buffer then stencilSupport can be used to determine
46 StencilSupport in GrPathRenderer.h. */
49 GrPathRenderer::StencilSupport* stencilSupport);
GrPathRendererChain.cpp 72 GrPathRenderer::StencilSupport* stencilSupport) {
77 GrPathRenderer::StencilSupport minStencilSupport;
94 GrPathRenderer::StencilSupport support = GrPathRenderer::kNoSupport_StencilSupport;
108 if (stencilSupport) {
109 *stencilSupport = support;
GrDrawingManager.h 63 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
GrReducedClip.cpp     [all...]
GrDrawingManager.cpp 660 GrPathRenderer::StencilSupport* stencilSupport) {
666 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport);

Completed in 103 milliseconds