Home
last modified time | relevance | path

Searched refs:CreateDepthStencilSurface (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp138 …long Direct3DDevice9Ex::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORM… in CreateDepthStencilSurface() function in D3D9::Direct3DDevice9Ex
142 …return Direct3DDevice9::CreateDepthStencilSurface(width, height, format, multiSample, multiSampleQ… in CreateDepthStencilSurface()
DDirect3DDevice9Ex.hpp86 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
DDirect3DDevice9.hpp71 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
DDirect3DDevice9.cpp563 …long Direct3DDevice9::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT… in CreateDepthStencilSurface() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp67 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
DDirect3DDevice8.cpp569 …long Direct3DDevice8::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT… in CreateDepthStencilSurface() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h278 …STDMETHOD(CreateDepthStencilSurface)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DMULTISAMPLE_… in DECLARE_INTERFACE_() local
380 …ct3DDevice8_CreateDepthStencilSurface(p,a,b,c,d,e) (p)->lpVtbl->CreateDepthStencilSurface(p,a,b,c,…
478 #define IDirect3DDevice8_CreateDepthStencilSurface(p,a,b,c,d,e) (p)->CreateDepthStencilSurface(a,b,…
/external/mesa3d/include/D3D9/
Dd3d9.h187 …virtual HRESULT WINAPI CreateDepthStencilSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DMUL…
775 …HRESULT (WINAPI *CreateDepthStencilSurface)(IDirect3DDevice9 *This, UINT Width, UINT Height, D3DFO…
902 …vice9_CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDepthStencilSurface(p,a,b,c,…
1026 …HRESULT (WINAPI *CreateDepthStencilSurface)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, D3D…
1169 …ce9Ex_CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDepthStencilSurface(p,a,b,c,…