OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID3DPresentGroup
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/include/d3dadapter/
present.h
34
typedef struct
ID3DPresentGroup
ID3DPresentGroup
;
140
HRESULT (WINAPI *QueryInterface)(
ID3DPresentGroup
*This, REFIID riid, void **ppvObject);
141
ULONG (WINAPI *AddRef)(
ID3DPresentGroup
*This);
142
ULONG (WINAPI *Release)(
ID3DPresentGroup
*This);
144
/*
ID3DPresentGroup
*/
148
UINT (WINAPI *GetMultiheadCount)(
ID3DPresentGroup
*This);
150
HRESULT (WINAPI *GetPresent)(
ID3DPresentGroup
*This, UINT Index, ID3DPresent **ppPresent);
152
HRESULT (WINAPI *CreateAdditionalPresent)(
ID3DPresentGroup
*This, D3DPRESENT_PARAMETERS *pPresentationParameters, ID3DPresent **ppPresent);
153
void (WINAPI *GetVersion) (
ID3DPresentGroup
*This, int *major, int *minor)
[
all
...]
d3dadapter9.h
47
HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9,
ID3DPresentGroup
*pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
48
HRESULT (WINAPI *CreateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex,
ID3DPresentGroup
*pPresentationFactory, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
82
HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9,
ID3DPresentGroup
*pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
83
HRESULT WINAPI CreateDeviceEx(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex,
ID3DPresentGroup
*pPresentationFactory, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
/external/mesa3d/src/gallium/state_trackers/nine/
adapter9.h
127
ID3DPresentGroup
*pPresentationGroup,
139
ID3DPresentGroup
*pPresentationGroup,
device9ex.h
45
ID3DPresentGroup
*pPresentationGroup,
device9ex.c
41
ID3DPresentGroup
*pPresentationGroup,
446
ID3DPresentGroup
*pPresentationGroup,
device9.h
75
ID3DPresentGroup
*present;
178
ID3DPresentGroup
*pPresentationGroup,
193
ID3DPresentGroup
*pPresentationGroup,
adapter9.c
[
all
...]
device9.c
131
ID3DPresentGroup
*pPresentationGroup,
[
all
...]
Completed in 107 milliseconds