Searched refs:CreateOffscreenPlainSurface (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 152 …long Direct3DDevice9Ex::CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFO… in CreateOffscreenPlainSurface() function in D3D9::Direct3DDevice9Ex 156 …return Direct3DDevice9::CreateOffscreenPlainSurface(width, height, format, pool, surface, sharedHa… in CreateOffscreenPlainSurface()
|
D | Direct3DDevice9Ex.hpp | 93 …long __stdcall CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORMAT form…
|
D | Direct3DDevice9.hpp | 73 …long __stdcall CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORMAT form…
|
D | Direct3DDevice9.cpp | 648 …long Direct3DDevice9::CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORM… in CreateOffscreenPlainSurface() function in D3D9::Direct3DDevice9
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 194 …virtual HRESULT WINAPI CreateOffscreenPlainSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DP… 782 …HRESULT (WINAPI *CreateOffscreenPlainSurface)(IDirect3DDevice9 *This, UINT Width, UINT Height, D3D… 909 …evice9_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->lpVtbl->CreateOffscreenPlainSurface(p,a,b,c… 1033 …HRESULT (WINAPI *CreateOffscreenPlainSurface)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, D… 1176 …ice9Ex_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->lpVtbl->CreateOffscreenPlainSurface(p,a,b,c…
|