Searched refs:Direct3DCreate9ExFunc (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 243 Direct3DCreate9Ex_t Direct3DCreate9ExFunc; in D3D_LoadDLL() local 245 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL() 246 if (Direct3DCreate9ExFunc) { in D3D_LoadDLL() 248 HRESULT hr = Direct3DCreate9ExFunc(D3D_SDK_VERSION, &pDirect3D9ExInterface); in D3D_LoadDLL()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 204 typedef HRESULT(WINAPI * Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex **); in initialize() typedef 205 Direct3DCreate9ExFunc Direct3DCreate9ExPtr = in initialize() 206 reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreate9Ex")); in initialize() 2284 typedef HRESULT(WINAPI * Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex **); in isRemovedDeviceResettable() typedef 2285 Direct3DCreate9ExFunc Direct3DCreate9ExPtr = in isRemovedDeviceResettable() 2286 reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreate9Ex")); in isRemovedDeviceResettable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 212 typedef HRESULT(WINAPI * Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex **); in initialize() typedef 213 Direct3DCreate9ExFunc Direct3DCreate9ExPtr = in initialize() 214 reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreate9Ex")); in initialize() 2325 typedef HRESULT(WINAPI * Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex **); in isRemovedDeviceResettable() typedef 2326 Direct3DCreate9ExFunc Direct3DCreate9ExPtr = in isRemovedDeviceResettable() 2327 reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreate9Ex")); in isRemovedDeviceResettable()
|