Searched refs:pDirect3D9Interface (Results 1 – 2 of 2) sorted by relevance
234 D3D_LoadDLL(void **pD3DDLL, IDirect3D9 **pDirect3D9Interface) in D3D_LoadDLL() argument251 … IDirect3D9Ex_QueryInterface(pDirect3D9ExInterface, &IDirect3D9_GUID, (void**)pDirect3D9Interface); in D3D_LoadDLL()262 *pDirect3D9Interface = Direct3DCreate9Func(D3D_SDK_VERSION); in D3D_LoadDLL()263 if (*pDirect3D9Interface) { in D3D_LoadDLL()271 *pDirect3D9Interface = NULL; in D3D_LoadDLL()
195 extern SDL_bool D3D_LoadDLL( void **pD3DDLL, IDirect3D9 **pDirect3D9Interface );