Searched refs:CreateDepthStencilSurfaceEx (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp190 long __stdcall CreateDepthStencilSurfaceEx(unsigned int width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSampleType, unsigned long multiSampleQuality, int discard, IDirect3DSurface9 **surface, void **sharedHandle, unsigned long usage);
H A DDirect3DDevice9Ex.cpp1016 HRESULT Direct3DDevice9Ex::CreateDepthStencilSurfaceEx(UINT,UINT,D3DFORMAT,D3DMULTISAMPLE_TYPE,DWORD,BOOL,IDirect3DSurface9 **,HANDLE *,DWORD) function in class:D3D9::Direct3DDevice9Ex

Completed in 52 milliseconds