Home
last modified time | relevance | path

Searched refs:pD3DDLL (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c259 D3D_LoadDLL(void **pD3DDLL, IDirect3D9 **pDirect3D9Interface) in D3D_LoadDLL() argument
261 *pD3DDLL = SDL_LoadObject("D3D9.DLL"); in D3D_LoadDLL()
262 if (*pD3DDLL) { in D3D_LoadDLL()
270 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL()
285 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL()
293 SDL_UnloadObject(*pD3DDLL); in D3D_LoadDLL()
294 *pD3DDLL = NULL; in D3D_LoadDLL()
304 void *pD3DDLL; in SDL_Direct3D9GetAdapterIndex() local
306 if (!D3D_LoadDLL(&pD3DDLL, &pD3D)) { in SDL_Direct3D9GetAdapterIndex()
334 SDL_UnloadObject(pD3DDLL); in SDL_Direct3D9GetAdapterIndex()
A DSDL_windowsvideo.h195 extern SDL_bool D3D_LoadDLL( void **pD3DDLL, IDirect3D9 **pDirect3D9Interface );

Completed in 5 milliseconds