Searched refs:CreateOffscreenPlainSurface (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 125 result = device->CreateOffscreenPlainSurface(desc.Width, desc.Height, desc.Format, in readPixelsImpl() 137 result = device->CreateOffscreenPlainSurface(desc.Width, desc.Height, desc.Format, in readPixelsImpl()
|
H A D | Image9.cpp | 453 HRESULT result = device->CreateOffscreenPlainSurface(desc.Width, desc.Height, desc.Format, in copyToSurface() 455 ANGLE_TRY_HR(context9, result, "Internal CreateOffscreenPlainSurface call failed"); in copyToSurface() 576 HRESULT hr = device->CreateOffscreenPlainSurface(description.Width, description.Height, in copyFromRTInternal()
|
H A D | Renderer9.cpp | 2807 result = mDevice->CreateOffscreenPlainSurface(desc.Width, desc.Height, desc.Format, in copyToRenderTarget()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 194 virtual HRESULT WINAPI CreateOffscreenPlainSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle) = 0; 782 HRESULT (WINAPI *CreateOffscreenPlainSurface)(IDirect3DDevice9 *This, UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle); member 909 #define IDirect3DDevice9_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->lpVtbl->CreateOffscreenPlainSurface(p,a,b,c,d,e,f) 1033 HRESULT (WINAPI *CreateOffscreenPlainSurface)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle); member 1176 #define IDirect3DDevice9Ex_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->lpVtbl->CreateOffscreenPlainSurface(p,a,b,c,d,e,f)
|
Completed in 15 milliseconds