Searched refs:dstSurf (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | TextureStorage9.cpp | 280 angle::ComPtr<IDirect3DSurface9> dstSurf = nullptr; in copyToStorage() local 281 ANGLE_TRY(dest9->getSurfaceLevel(context, gl::TextureTarget::_2D, i, true, &dstSurf)); in copyToStorage() 284 mRenderer->copyToRenderTarget(context, dstSurf.Get(), srcSurf.Get(), isManaged())); in copyToStorage() 565 angle::ComPtr<IDirect3DSurface9> dstSurf = nullptr; in copyToStorage() local 566 ANGLE_TRY(dest9->getSurfaceLevel(context, face, i, true, &dstSurf)); in copyToStorage() 569 mRenderer->copyToRenderTarget(context, dstSurf.Get(), srcSurf.Get(), isManaged())); in copyToStorage()
|
/third_party/mesa3d/src/mesa/main/ |
D | blit.c | 533 struct pipe_surface *dstSurf; in do_blit_framebuffer() local 537 dstSurf = dstRb->surface; in do_blit_framebuffer() 539 if (dstSurf) { in do_blit_framebuffer() 540 blit.dst.resource = dstSurf->texture; in do_blit_framebuffer() 541 blit.dst.level = dstSurf->u.tex.level; in do_blit_framebuffer() 542 blit.dst.box.z = dstSurf->u.tex.first_layer; in do_blit_framebuffer() 543 blit.dst.format = dstSurf->format; in do_blit_framebuffer()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 1256 sk_sp<SkSurface> dstSurf = SkSurface::MakeRenderTarget(direct, in run_test() local 1260 if (!dstSurf.get()) { in run_test() 1268 if (!dstHelper->importAndWaitOnSemaphore(reporter, srcHelper->getFdHandle(), dstSurf)) { in run_test() 1274 dstSurf->getCanvas()->drawImage(wrappedImage, 0, 0); in run_test() 1276 bool readResult = dstSurf->readPixels(dstBitmapFinal, 0, 0); in run_test() 1280 dstSurf.reset(); in run_test() 1288 dstSurf.reset(); in run_test()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.h | 341 struct svga_winsys_surface *dstSurf, 349 struct svga_winsys_surface *dstSurf,
|
D | svga_cmd_vgpu10.c | 171 struct svga_winsys_surface *dstSurf, in SVGA3D_vgpu10_PredCopyRegion() argument 185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopyRegion() 199 struct svga_winsys_surface *dstSurf, in SVGA3D_vgpu10_PredCopy() argument 210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopy()
|