Home
last modified time | relevance | path

Searched refs:GrMSAAPathRenderer (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.h14 class SK_API GrMSAAPathRenderer : public GrPathRenderer {
DGrMSAAPathRenderer.cpp43 GrPathRenderer::StencilSupport GrMSAAPathRenderer::onGetStencilSupport(const GrShape& shape) const { in onGetStencilSupport()
570 bool GrMSAAPathRenderer::internalDrawPath(GrRenderTargetContext* renderTargetContext, in internalDrawPath()
672 bool GrMSAAPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const { in onCanDrawPath()
679 bool GrMSAAPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
699 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skia/src/gpu/
DGrPathRendererChain.cpp43 fChain.push_back(sk_make_sp<GrMSAAPathRenderer>()); in GrPathRendererChain()
DGrRenderTargetContext.h434 friend class GrMSAAPathRenderer; // for access to add[Mesh]DrawOp variable
/external/skia/gn/
Dgpu.gni265 "$_src/gpu/ops/GrMSAAPathRenderer.cpp",
266 "$_src/gpu/ops/GrMSAAPathRenderer.h",
/external/skia/
DAndroid.bp538 "src/gpu/ops/GrMSAAPathRenderer.cpp",