Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c234 D3D_LoadDLL(void **pD3DDLL, IDirect3D9 **pDirect3D9Interface) in D3D_LoadDLL() argument
236 *pD3DDLL = SDL_LoadObject("D3D9.DLL"); in D3D_LoadDLL()
237 if (*pD3DDLL) { in D3D_LoadDLL()
245 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL()
260 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL()
268 SDL_UnloadObject(*pD3DDLL); in D3D_LoadDLL()
269 *pD3DDLL = NULL; in D3D_LoadDLL()
279 void *pD3DDLL; in SDL_Direct3D9GetAdapterIndex() local
281 if (!D3D_LoadDLL(&pD3DDLL, &pD3D)) { in SDL_Direct3D9GetAdapterIndex()
309 SDL_UnloadObject(pD3DDLL); in SDL_Direct3D9GetAdapterIndex()
DSDL_windowsvideo.h195 extern SDL_bool D3D_LoadDLL( void **pD3DDLL, IDirect3D9 **pDirect3D9Interface );