Searched refs:pDirect3D9Interface (Results 1 – 2 of 2) sorted by relevance
259 D3D_LoadDLL(void **pD3DDLL, IDirect3D9 **pDirect3D9Interface) in D3D_LoadDLL() argument276 … IDirect3D9Ex_QueryInterface(pDirect3D9ExInterface, &IDirect3D9_GUID, (void**)pDirect3D9Interface); in D3D_LoadDLL()287 *pDirect3D9Interface = Direct3DCreate9Func(D3D_SDK_VERSION); in D3D_LoadDLL()288 if (*pDirect3D9Interface) { in D3D_LoadDLL()296 *pDirect3D9Interface = NULL; in D3D_LoadDLL()
195 extern SDL_bool D3D_LoadDLL( void **pD3DDLL, IDirect3D9 **pDirect3D9Interface );
Completed in 4 milliseconds