Home
last modified time | relevance | path

Searched refs:D3DDISPLAYMODEEX (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9ex.c38 D3DDISPLAYMODEEX *mode ) in NineSwapChain9Ex_ctor()
70 D3DDISPLAYMODEEX *pMode, in NineSwapChain9Ex_GetDisplayModeEx()
111 D3DDISPLAYMODEEX *mode, in NineSwapChain9Ex_new()
Dswapchain9.h51 D3DDISPLAYMODEEX *mode;
103 D3DDISPLAYMODEEX *mode );
111 D3DDISPLAYMODEEX *mode );
Dswapchain9ex.h45 D3DDISPLAYMODEEX *mode,
58 D3DDISPLAYMODEEX *pMode,
Ddevice9ex.h43 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
149 D3DDISPLAYMODEEX *pFullscreenDisplayMode );
158 D3DDISPLAYMODEEX *pMode,
Ddevice9ex.c39 D3DDISPLAYMODEEX *pFullscreenDisplayMode, in NineDevice9Ex_ctor()
222 D3DDISPLAYMODEEX *pFullscreenDisplayMode ) in NineDevice9Ex_ResetEx()
230 D3DDISPLAYMODEEX *mode = NULL; in NineDevice9Ex_ResetEx()
274 D3DDISPLAYMODEEX *pMode, in NineDevice9Ex_GetDisplayModeEx()
444 D3DDISPLAYMODEEX *pFullscreenDisplayMode, in NineDevice9Ex_new()
Dnineexoverlayextension.h45 D3DDISPLAYMODEEX *pDisplayMode,
Dnineexoverlayextension.c34 D3DDISPLAYMODEEX *pDisplayMode, in Nine9ExOverlayExtension_CheckDeviceOverlayType()
Dadapter9.h139 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
Dswapchain9.c51 D3DDISPLAYMODEEX *mode ) in NineSwapChain9_ctor()
179 D3DDISPLAYMODEEX *mode ) in NineSwapChain9_Resize()
252 This->mode = malloc(sizeof(D3DDISPLAYMODEEX)); in NineSwapChain9_Resize()
253 memcpy(This->mode, mode, sizeof(D3DDISPLAYMODEEX)); in NineSwapChain9_Resize()
1176 D3DDISPLAYMODEEX mode; in NineSwapChain9_GetDisplayMode()
Ddevice9.h179 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
194 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
Dnine_lock.c2261 D3DDISPLAYMODEEX *pFullscreenDisplayMode ) in LockDevice9Ex_ResetEx()
2273 D3DDISPLAYMODEEX *pMode, in LockDevice9Ex_GetDisplayModeEx()
2882 D3DDISPLAYMODEEX *pMode, in LockSwapChain9Ex_GetDisplayModeEx()
Dadapter9.c1072 D3DDISPLAYMODEEX *pFullscreenDisplayMode, in NineAdapter9_CreateDeviceEx()
Ddevice9.c157 D3DDISPLAYMODEEX *pFullscreenDisplayMode, in NineDevice9_ctor()
266 D3DDISPLAYMODEEX *mode = NULL; in NineDevice9_ctor()
4155 D3DDISPLAYMODEEX *pFullscreenDisplayMode, in NineDevice9_new()
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h48 …WORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenD…
83 …WORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenD…
Dpresent.h66 …(ID3DPresent *This, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenD…
83 …HRESULT (WINAPI *GetDisplayMode)(ID3DPresent *This, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *p…
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dwrappers.h142 D3DDISPLAYMODEEX _d3ddmEx;
/external/mesa3d/include/D3D9/
Dd3d9.h104 …ModesEx(UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter, UINT Mode, D3DDISPLAYMODEEX *pMode) = 0;
105 …virtual HRESULT WINAPI GetAdapterDisplayModeEx(UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYRO…
106 …WORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenD…
112 …pe, UINT OverlayWidth, UINT OverlayHeight, D3DFORMAT OverlayFormat, D3DDISPLAYMODEEX *pDisplayMode…
294 …virtual HRESULT WINAPI ResetEx(D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *p…
295 …virtual HRESULT WINAPI GetDisplayModeEx(UINT iSwapChain, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATI…
359 …virtual HRESULT WINAPI GetDisplayModeEx(D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = …
509 …D9Ex *This, UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter, UINT Mode, D3DDISPLAYMODEEX *pMode);
510 …HRESULT (WINAPI *GetAdapterDisplayModeEx)(IDirect3D9Ex *This, UINT Adapter, D3DDISPLAYMODEEX *pMod…
511 …WORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenD…
[all …]
Dd3d9types.h1270 typedef struct D3DDISPLAYMODEEX { struct
1277 } D3DDISPLAYMODEEX, *PD3DDISPLAYMODEEX, *LPD3DDISPLAYMODEEX; argument