Home
last modified time | relevance | path

Searched defs:proxyView (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/ops/
DBlurOp.cpp23 BlurOp::BlurOp(GrSurfaceProxyView proxyView, const SkBlurArg& blurArg) in BlurOp()
DTextureOp.cpp230 GrSurfaceProxyView proxyView, in Make()
452 TextureOpImpl(GrSurfaceProxyView proxyView, in Make()
1173 GrSurfaceProxyView proxyView, in Make()
1489 GrSurfaceProxyView proxyView( in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/gpu/
DGrDstProxyView.h48 const GrSurfaceProxyView& proxyView() const { return fProxyView; } in proxyView() function
DGrOpsRenderPass.h210 virtual void onDrawBlurImage(const GrSurfaceProxyView& proxyView, const SkBlurArg& blurArg) {}; in onDrawBlurImage()
DGrOpsRenderPass.cpp69 void GrOpsRenderPass::drawBlurImage(const GrSurfaceProxyView& proxyView, SkBlurArg& blurArg) in drawBlurImage()
/third_party/skia/tests/
DTextureOpTest.cpp53 const GrSurfaceProxyView& proxyView, bool isAA) { in create_op()
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp930 void GrVkOpsRenderPass::onDrawBlurImage(const GrSurfaceProxyView& proxyView, const SkBlurArg& blurA… in onDrawBlurImage()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp691 GrSurfaceProxyView proxyView, in drawTexturedQuad()
2172 bool SurfaceDrawContext::drawBlurImage(GrSurfaceProxyView proxyView, const SkBlurArg& blurArg) in drawBlurImage()