Home
last modified time | relevance | path

Searched defs:dstView (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DCopySurfaceTest.cpp94 auto dstView = sk_gpu_test::MakeTextureProxyViewFromData( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/skia/src/gpu/ganesh/ops/
DOpsTask.cpp481 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare() local
508 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare() local
629 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute() local
DGrOp.h173 void prePrepare(GrRecordingContext* context, const GrSurfaceProxyView& dstView, in prePrepare()
/external/skia/src/gpu/ganesh/
DGrProgramDesc.cpp106 const GrSurfaceProxyView& dstView = pipeline.dstProxyView(); in gen_xp_key() local
/external/skia/src/gpu/ganesh/glsl/
DGrGLSLProgramBuilder.cpp303 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallDstTexture() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp827 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local