Home
last modified time | relevance | path

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

/external/skia/tests/
DCopySurfaceTest.cpp84 auto dstView = sk_gpu_test::MakeTextureProxyViewFromData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skia/src/gpu/ops/
DOpsTask.cpp480 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare() local
507 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare() local
628 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/glsl/
DGrGLSLProgramBuilder.cpp310 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallDstTexture() local
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp760 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local