Home
last modified time | relevance | path

Searched refs:kStencilAndColor (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrPathRendererChain.h40 kStencilAndColor, // draw the stencil and color buffer, no AA enumerator
DGrPathRendererChain.cpp80 } else if (DrawType::kStencilAndColor == drawType) { in getPathRenderer()
DGrClipStackClip.cpp117 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor in PathNeedsSWRenderer()
DGrRenderTargetContext.cpp1785 canDrawArgs, false, GrPathRendererChain::DrawType::kStencilAndColor); in drawAndStencilPath()
/external/skia/src/gpu/
DGrPathRendererChain.h39 kStencilAndColor, // draw the stencil and color buffer, no AA enumerator
DGrPathRendererChain.cpp81 } else if (DrawType::kStencilAndColor == drawType) { in getPathRenderer()
DGrClipStackClip.cpp117 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor in PathNeedsSWRenderer()
DGrSurfaceDrawContext.cpp1627 canDrawArgs, false, GrPathRendererChain::DrawType::kStencilAndColor); in drawAndStencilPath()