/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9shape.h | 29 HRESULT WINAPI D3DXCreateBox(struct IDirect3DDevice9 *device, float width, float height, 31 HRESULT WINAPI D3DXCreateCylinder(struct IDirect3DDevice9 *device, float radius1, float radius2, 33 HRESULT WINAPI D3DXCreateSphere(struct IDirect3DDevice9 *device, float radius, UINT slices, 35 HRESULT WINAPI D3DXCreateTeapot(struct IDirect3DDevice9 *device, 37 HRESULT WINAPI D3DXCreateTextA(struct IDirect3DDevice9 *device, HDC hdc, const char *text, float deviation, 39 HRESULT WINAPI D3DXCreateTextW(struct IDirect3DDevice9 *device, HDC hdc, const WCHAR *text, float deviation,
|
d3dx9tex.h | 186 HRESULT WINAPI D3DXCheckTextureRequirements(struct IDirect3DDevice9 *device, UINT *width, UINT *height, 188 HRESULT WINAPI D3DXCheckCubeTextureRequirements(struct IDirect3DDevice9 *device, UINT *size, 190 HRESULT WINAPI D3DXCheckVolumeTextureRequirements(struct IDirect3DDevice9 *device, UINT *width, UINT *height, 193 HRESULT WINAPI D3DXCreateTexture(struct IDirect3DDevice9 *device, UINT width, UINT height, 195 HRESULT WINAPI D3DXCreateCubeTexture(struct IDirect3DDevice9 *device, UINT size, 197 HRESULT WINAPI D3DXCreateVolumeTexture(struct IDirect3DDevice9 *device, UINT width, UINT height, UINT depth, 200 HRESULT WINAPI D3DXCreateTextureFromFileA(struct IDirect3DDevice9 *device, 202 HRESULT WINAPI D3DXCreateTextureFromFileW(struct IDirect3DDevice9 *device, 206 HRESULT WINAPI D3DXCreateCubeTextureFromFileA(struct IDirect3DDevice9 *device, 208 HRESULT WINAPI D3DXCreateCubeTextureFromFileW(struct IDirect3DDevice9 *device [all...] |
d3dx9shader.h | 138 STDMETHOD(SetDefaults)(THIS_ struct IDirect3DDevice9 *device) PURE; 139 STDMETHOD(SetValue)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, 141 STDMETHOD(SetBool)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, WINBOOL value) PURE; 142 STDMETHOD(SetBoolArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, 144 STDMETHOD(SetInt)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, INT value) PURE; 145 STDMETHOD(SetIntArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, 147 STDMETHOD(SetFloat)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, float value) PURE; 148 STDMETHOD(SetFloatArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, 150 STDMETHOD(SetVector)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, const D3DXVECTOR4 *value) PURE; 151 STDMETHOD(SetVectorArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant [all...] |
d3dx9core.h | 136 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 219 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 308 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 375 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 420 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 482 HRESULT WINAPI D3DXCreateFontA(struct IDirect3DDevice9 *device, INT height, UINT width, UINT weight, 485 HRESULT WINAPI D3DXCreateFontW(struct IDirect3DDevice9 *device, INT height, UINT width, UINT weight, 489 HRESULT WINAPI D3DXCreateFontIndirectA(struct IDirect3DDevice9 *device, 491 HRESULT WINAPI D3DXCreateFontIndirectW(struct IDirect3DDevice9 *device, 494 HRESULT WINAPI D3DXCreateLine(struct IDirect3DDevice9 *device, struct ID3DXLine **line) [all...] |
d3dx9mesh.h | 323 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 325 struct IDirect3DDevice9 *device, struct ID3DXMesh **clone_mesh) PURE; 327 struct IDirect3DDevice9 *device, struct ID3DXMesh **clone_mesh) PURE; 357 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 359 struct IDirect3DDevice9 *device, struct ID3DXMesh **clone_mesh) PURE; 361 struct IDirect3DDevice9 *device, struct ID3DXMesh **clone_mesh) PURE; 399 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 401 struct IDirect3DDevice9 *device, struct ID3DXMesh **clone_mesh) PURE; 403 struct IDirect3DDevice9 *device, struct ID3DXMesh **clone_mesh) PURE; 417 struct IDirect3DDevice9 *device, struct ID3DXPMesh **clone_mesh) PURE [all...] |
dxva2api.h | 34 typedef DWORD IDirect3DDevice9; 432 HRESULT WINAPI DXVA2CreateVideoService(IDirect3DDevice9 *pDD,REFIID riid,void **ppService); 445 IDirect3DDevice9 *pDevice, 459 IDirect3DDevice9 **ppDevice, 494 IDirect3DDevice9 *pDevice, 512 IDirect3DDevice9 **ppDevice, 558 static FORCEINLINE HRESULT IDirect3DDeviceManager9_ResetDevice(IDirect3DDeviceManager9* This,IDirect3DDevice9 *pDevice,UINT resetToken) { 570 static FORCEINLINE HRESULT IDirect3DDeviceManager9_LockDevice(IDirect3DDeviceManager9* This,HANDLE hDevice,IDirect3DDevice9 **ppDevice,WINBOOL fBlock) { 586 IDirect3DDevice9 *pDevice, 620 IDirect3DDevice9 **ppDevice [all...] |
d3dx9effect.h | 274 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; 283 STDMETHOD(CloneEffect)(THIS_ struct IDirect3DDevice9 *device, struct ID3DXEffect **effect) PURE; 369 HRESULT WINAPI D3DXCreateEffect(struct IDirect3DDevice9 *device, const void *srcdata, UINT srcdatalen, 372 HRESULT WINAPI D3DXCreateEffectEx(struct IDirect3DDevice9 *device, const void *srcdata, UINT srcdatalen, 377 HRESULT WINAPI D3DXCreateEffectFromFileExA(struct IDirect3DDevice9 *device, const char *srcfile, 380 HRESULT WINAPI D3DXCreateEffectFromFileExW(struct IDirect3DDevice9 *device, const WCHAR *srcfile, 385 HRESULT WINAPI D3DXCreateEffectFromFileA(struct IDirect3DDevice9 *device, const char *srcfile, 388 HRESULT WINAPI D3DXCreateEffectFromFileW(struct IDirect3DDevice9 *device, const WCHAR *srcfile, 393 HRESULT WINAPI D3DXCreateEffectFromResourceExA(struct IDirect3DDevice9 *device, HMODULE srcmodule, 397 HRESULT WINAPI D3DXCreateEffectFromResourceExW(struct IDirect3DDevice9 *device, HMODULE srcmodule [all...] |
vmr9.idl | 23 interface IDirect3DDevice9; 143 HRESULT SetD3DDevice([in] IDirect3DDevice9 *device, [in] HMONITOR monitor); 144 HRESULT ChangeD3DDevice([in] IDirect3DDevice9 *device, [in] HMONITOR monitor);
|
opmapi.h | 259 IDirect3DDevice9 *pDirect3DDevice9,
|
d3dx9anim.h | 372 HRESULT WINAPI D3DXLoadMeshHierarchyFromXA(const char *filename, DWORD flags, struct IDirect3DDevice9 *device, 375 HRESULT WINAPI D3DXLoadMeshHierarchyFromXW(const WCHAR *filename, DWORD flags, struct IDirect3DDevice9 *device, 380 struct IDirect3DDevice9 *device, struct ID3DXAllocateHierarchy *alloc,
|
d3d9.h | 125 typedef struct IDirect3DDevice9 *LPDIRECT3DDEVICE9; 203 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE; 281 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE; 350 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; 407 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; 451 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; 503 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; [all...] |
vmr9.h | 111 typedef interface IDirect3DDevice9 IDirect3DDevice9; 665 IDirect3DDevice9 *device, 669 IDirect3DDevice9 *device, 710 IDirect3DDevice9 *device, 715 IDirect3DDevice9 *device, 763 static FORCEINLINE HRESULT IVMRSurfaceAllocatorNotify9_SetD3DDevice(IVMRSurfaceAllocatorNotify9* This,IDirect3DDevice9 *device,HMONITOR monitor) { 766 static FORCEINLINE HRESULT IVMRSurfaceAllocatorNotify9_ChangeD3DDevice(IVMRSurfaceAllocatorNotify9* This,IDirect3DDevice9 *device,HMONITOR monitor) { 791 IDirect3DDevice9 *device, 800 IDirect3DDevice9 *device [all...] |
/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/include/ |
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/opencv3/modules/core/include/opencv2/core/ |
directx.hpp | 59 struct IDirect3DDevice9; 77 CV_EXPORTS Context& initializeContextFromDirect3DDevice9(IDirect3DDevice9* pDirect3DDevice9);
|
/external/webrtc/webrtc/test/win/ |
d3d_renderer.h | 46 rtc::scoped_refptr<IDirect3DDevice9> d3d_device_;
|
d3d_renderer.cc | 98 IDirect3DDevice9* d3d_device;
|
/external/opencv3/modules/core/src/ |
directx.cpp | 565 Context& initializeContextFromDirect3DDevice9(IDirect3DDevice9* pDirect3DDevice9) [all...] |