Home
last modified time | relevance | path

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