Searched refs:UpdateSurface (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Image9.cpp | 458 result = device->UpdateSurface(surf, &rect, destSurface, &point); in copyToSurface() 462 ANGLE_TRY_HR(context9, result, "Internal UpdateSurface call failed"); in copyToSurface() 466 // UpdateSurface: source must be SYSTEMMEM, dest must be DEFAULT pools in copyToSurface() 467 HRESULT result = device->UpdateSurface(sourceSurface, &rect, destSurface, &point); in copyToSurface() 469 ANGLE_TRY_HR(context9, result, "Internal UpdateSurface call failed"); in copyToSurface()
|
H A D | Renderer9.cpp | 2813 result = mDevice->UpdateSurface(surf, nullptr, dest, nullptr); in copyToRenderTarget()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 188 virtual HRESULT WINAPI UpdateSurface(IDirect3DSurface9 *pSourceSurface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint) = 0; 776 HRESULT (WINAPI *UpdateSurface)(IDirect3DDevice9 *This, IDirect3DSurface9 *pSourceSurface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint); member 903 #define IDirect3DDevice9_UpdateSurface(p,a,b,c,d) (p)->lpVtbl->UpdateSurface(p,a,b,c,d) 1027 HRESULT (WINAPI *UpdateSurface)(IDirect3DDevice9Ex *This, IDirect3DSurface9 *pSourceSurface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint); member 1170 #define IDirect3DDevice9Ex_UpdateSurface(p,a,b,c,d) (p)->lpVtbl->UpdateSurface(p,a,b,c,d)
|
Completed in 14 milliseconds