Home
last modified time | relevance | path

Searched refs:pDirect3D9Interface (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
276 … 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()
A DSDL_windowsvideo.h195 extern SDL_bool D3D_LoadDLL( void **pD3DDLL, IDirect3D9 **pDirect3D9Interface );

Completed in 4 milliseconds