Home
last modified time | relevance | path

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

/third_party/skia/tests/
DCopySurfaceTest.cpp84 auto dstView = sk_gpu_test::MakeTextureProxyViewFromData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/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
646 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute() local
DGrOp.h173 void prePrepare(GrRecordingContext* context, const GrSurfaceProxyView& dstView, in prePrepare()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp365 Ref<TextureViewBase> dstView; in DoCopyTextureForBrowser() local
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp296 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallDstTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilCopyTests.cpp173 wgpu::ImageCopyTexture dstView = in CreateInitializeDepthStencilTextureAndCopyT2T() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp768 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DResourceUsageTrackingTests.cpp1314 wgpu::ImageCopyTexture dstView = utils::CreateImageCopyTexture(texture1, 0, {0, 0, 0}); in TEST_F() local