/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 138 …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()
|
D | Direct3DDevice9Ex.hpp | 86 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
|
D | Direct3DDevice9.hpp | 71 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
|
D | Direct3DDevice9.cpp | 563 …long Direct3DDevice9::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT… in CreateDepthStencilSurface() function in D3D9::Direct3DDevice9
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 67 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
|
D | Direct3DDevice8.cpp | 569 …long Direct3DDevice8::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT… in CreateDepthStencilSurface() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 278 …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/ |
D | d3d9.h | 187 …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,…
|