HomeSort by relevance Sort by last modified time
    Searched defs:IDirect3DDevice9 (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/windows/sdl2/include/
SDL_system.h 55 typedef struct IDirect3DDevice9 IDirect3DDevice9;
56 extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_system.h 55 typedef struct IDirect3DDevice9 IDirect3DDevice9;
56 extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_system.h 55 typedef struct IDirect3DDevice9 IDirect3DDevice9;
56 extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_system.h 55 typedef struct IDirect3DDevice9 IDirect3DDevice9;
56 extern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);
  /external/mesa3d/include/D3D9/
d3d9.h 38 typedef struct IDirect3DDevice9 IDirect3DDevice9, *PDIRECT3DDEVICE9, *LPDIRECT3DDEVICE9;
98 virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface) = 0;
117 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
159 struct IDirect3DDevice9 : public IUnknown
279 struct IDirect3DDevice9Ex : public IDirect3DDevice9
314 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
320 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
329 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
351 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0
    [all...]

Completed in 89 milliseconds