Searched refs:IDirect3D9 (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/webrtc/test/win/
H A Dd3d_renderer.h45 rtc::scoped_refptr<IDirect3D9> d3d_;
/external/swiftshader/src/D3D9/
H A DDirect3D9.hpp27 class Direct3D9 : public IDirect3D9, public Unknown
39 // IDirect3D9 methods
71 //Real IDirect3D9 object
72 IDirect3D9 *d3d9;
H A DD3D9.cpp184 IDirect3D9 *__stdcall Direct3DCreate9(unsigned int version)
197 IDirect3D9 *device = new D3D9::Direct3D9(version, dllInstance);
H A DDirect3DDevice9Ex.hpp63 long __stdcall GetDirect3D(IDirect3D9 **D3D) override;
H A DDirect3DDevice9.hpp101 long __stdcall GetDirect3D(IDirect3D9 **D3D) override;
H A DDirect3DDevice9Ex.cpp348 long Direct3DDevice9Ex::GetDirect3D(IDirect3D9 **d3d9)
350 TRACE("IDirect3D9 **d3d9 = 0x%0.8p", d3d9);
H A DDirect3D9.cpp1512 caps.MaxActiveLights = 8; // Maximum number of lights that can be active simultaneously. For a given physical device, this capability might vary across Direct3DDevice objects depending on the parameters supplied to IDirect3D9::CreateDevice.
1513 caps.MaxUserClipPlanes = 6; // Maximum number of user-defined clipping planes supported. This member can range from 0 through D3DMAXUSERCLIPPLANES. For a given physical device, this capability may vary across Direct3DDevice objects depending on the parameters supplied to IDirect3D9::CreateDevice.
1514 caps.MaxVertexBlendMatrices = 4; // Maximum number of matrices that this device can apply when performing multimatrix vertex blending. For a given physical device, this capability may vary across Direct3DDevice objects depending on the parameters supplied to IDirect3D9::CreateDevice.
1535 caps.MasterAdapterOrdinal = 0; // This number indicates which device is the master for this subordinate. This number is taken from the same space as the adapter values passed to the IDirect3D9 methods.
1536 caps.AdapterOrdinalInGroup = 0; // This number indicates the order in which heads are referenced by the application programming interface (API). The master adapter always has AdapterOrdinalInGroup = 0. These values do not correspond to the adapter ordinals passed to the IDirect3D9 methods. They apply only to heads within a group.
1626 typedef IDirect3D9* (__stdcall *DIRECT3DCREATE9)(unsigned int);
H A DDirect3DDevice9.cpp1462 long Direct3DDevice9::GetDirect3D(IDirect3D9 **d3d9)
1466 TRACE("IDirect3D9 **d3d9 = 0x%0.8p", d3d9);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dadapter9.h126 IDirect3D9 *pD3D9,
H A Ddevice9.h72 IDirect3D9 *d3d9;
177 IDirect3D9 *pD3D9,
192 IDirect3D9 *pD3D9,
228 IDirect3D9 **ppD3D9 );
H A Ddevice9ex.c55 (IDirect3D9 *)pD3D9Ex, pPresentationGroup, pCTX,
H A Dadapter9.c980 IDirect3D9 *pD3D9,
H A Ddevice9.c130 IDirect3D9 *pD3D9,
692 IDirect3D9 **ppD3D9 )
4030 IDirect3D9 *pD3D9,
H A Dnine_lock.c551 IDirect3D9 **ppD3D9 )
/external/mesa3d/include/d3dadapter/
H A Dd3dadapter9.h47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
82 HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
/external/mesa3d/include/D3D9/
H A Dd3d9.h31 typedef struct IDirect3D9 IDirect3D9, *PDIRECT3D9, *LPDIRECT3D9; typedef in typeref:struct:IDirect3D9
83 struct IDirect3D9 : public IUnknown struct in inherits:IUnknown
101 struct IDirect3D9Ex : public IDirect3D9
164 virtual HRESULT WINAPI GetDirect3D(IDirect3D9 **ppD3D9) = 0;
442 HRESULT (WINAPI *QueryInterface)(IDirect3D9 *This, REFIID riid, void **ppvObject);
443 ULONG (WINAPI *AddRef)(IDirect3D9 *This);
444 ULONG (WINAPI *Release)(IDirect3D9 *This);
445 /* IDirect3D9 */
446 HRESULT (WINAPI *RegisterSoftwareDevice)(IDirect3D9 *Thi
461 struct IDirect3D9 struct
[all...]

Completed in 2175 milliseconds