Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c247 IDirect3D9Ex *pDirect3D9ExInterface; in D3D_LoadDLL() local
248 HRESULT hr = Direct3DCreate9ExFunc(D3D_SDK_VERSION, &pDirect3D9ExInterface); in D3D_LoadDLL()
251 …hr = IDirect3D9Ex_QueryInterface(pDirect3D9ExInterface, &IDirect3D9_GUID, (void**)pDirect3D9Interf… in D3D_LoadDLL()
252 IDirect3D9Ex_Release(pDirect3D9ExInterface); in D3D_LoadDLL()