Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c242 typedef HRESULT (WINAPI *Direct3DCreate9Ex_t)(UINT SDKVersion, IDirect3D9Ex **ppD3D); in D3D_LoadDLL() typedef
243 Direct3DCreate9Ex_t Direct3DCreate9ExFunc; in D3D_LoadDLL()
245 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL()