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 43 is drawing the path to the stencil buffer then stencilSupport can be used to determine
45 StencilSupport in GrPathRenderer.h. */
48 GrPathRenderer::StencilSupport* stencilSupport);
GrPathRendererChain.cpp 84 GrPathRenderer::StencilSupport* stencilSupport) {
89 GrPathRenderer::StencilSupport minStencilSupport;
106 GrPathRenderer::StencilSupport support = GrPathRenderer::kNoSupport_StencilSupport;
120 if (stencilSupport) {
121 *stencilSupport = support;
GrDrawingManager.h 60 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
GrDrawingManager.cpp 439 GrPathRenderer::StencilSupport* stencilSupport) {
445 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport);
GrReducedClip.cpp     [all...]
  /external/skqp/src/gpu/
GrPathRendererChain.h 43 is drawing the path to the stencil buffer then stencilSupport can be used to determine
45 StencilSupport in GrPathRenderer.h. */
48 GrPathRenderer::StencilSupport* stencilSupport);
GrPathRendererChain.cpp 84 GrPathRenderer::StencilSupport* stencilSupport) {
89 GrPathRenderer::StencilSupport minStencilSupport;
106 GrPathRenderer::StencilSupport support = GrPathRenderer::kNoSupport_StencilSupport;
120 if (stencilSupport) {
121 *stencilSupport = support;
GrDrawingManager.h 60 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
GrDrawingManager.cpp 409 GrPathRenderer::StencilSupport* stencilSupport) {
415 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport);
GrReducedClip.cpp     [all...]

Completed in 69 milliseconds