Home
last modified time | relevance | path

Searched defs:CreateDepthStencilSurface (Results 1 – 4 of 4) 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
DDirect3DDevice9.cpp563 …long Direct3DDevice9::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT… in CreateDepthStencilSurface() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
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