Home
last modified time | relevance | path

Searched refs:srcSurf (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp277 angle::ComPtr<IDirect3DSurface9> srcSurf = nullptr; in copyToStorage() local
278 ANGLE_TRY(getSurfaceLevel(context, gl::TextureTarget::_2D, i, false, &srcSurf)); in copyToStorage()
284 mRenderer->copyToRenderTarget(context, dstSurf.Get(), srcSurf.Get(), isManaged())); in copyToStorage()
562 angle::ComPtr<IDirect3DSurface9> srcSurf = nullptr; in copyToStorage() local
563 ANGLE_TRY(getSurfaceLevel(context, face, i, false, &srcSurf)); in copyToStorage()
569 mRenderer->copyToRenderTarget(context, dstSurf.Get(), srcSurf.Get(), isManaged())); in copyToStorage()
/third_party/mesa3d/src/mesa/main/
Dblit.c511 struct pipe_surface *srcSurf; in do_blit_framebuffer() local
521 srcSurf = srcRb->surface; in do_blit_framebuffer()
523 blit.src.resource = srcSurf->texture; in do_blit_framebuffer()
524 blit.src.level = srcSurf->u.tex.level; in do_blit_framebuffer()
525 blit.src.box.z = srcSurf->u.tex.first_layer; in do_blit_framebuffer()
526 blit.src.format = srcSurf->format; in do_blit_framebuffer()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h343 struct svga_winsys_surface *srcSurf,
350 struct svga_winsys_surface *srcSurf);
Dsvga_cmd_vgpu10.c173 struct svga_winsys_surface *srcSurf, in SVGA3D_vgpu10_PredCopyRegion() argument
186 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); in SVGA3D_vgpu10_PredCopyRegion()
200 struct svga_winsys_surface *srcSurf) in SVGA3D_vgpu10_PredCopy() argument
211 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); in SVGA3D_vgpu10_PredCopy()