Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c272 IDirect3D9Ex *pDirect3D9ExInterface; in D3D_LoadDLL() local
273 HRESULT hr = Direct3DCreate9ExFunc(D3D_SDK_VERSION, &pDirect3D9ExInterface); in D3D_LoadDLL()
276 …hr = IDirect3D9Ex_QueryInterface(pDirect3D9ExInterface, &IDirect3D9_GUID, (void**)pDirect3D9Interf… in D3D_LoadDLL()
277 IDirect3D9Ex_Release(pDirect3D9ExInterface); in D3D_LoadDLL()

Completed in 2 milliseconds