Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c239 Direct3DCreate9_t Direct3DCreate9Func; in D3D_LoadDLL() local
260 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL()
261 if (Direct3DCreate9Func) { in D3D_LoadDLL()
262 *pDirect3D9Interface = Direct3DCreate9Func(D3D_SDK_VERSION); in D3D_LoadDLL()