HomeSort by relevance Sort by last modified time
    Searched refs:D3DDISPLAYMODEEX (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9ex.h 45 D3DDISPLAYMODEEX *mode,
58 D3DDISPLAYMODEEX *pMode,
nineexoverlayextension.c 34 D3DDISPLAYMODEEX *pDisplayMode,
nineexoverlayextension.h 45 D3DDISPLAYMODEEX *pDisplayMode,
swapchain9ex.c 38 D3DDISPLAYMODEEX *mode )
70 D3DDISPLAYMODEEX *pMode,
111 D3DDISPLAYMODEEX *mode,
swapchain9.h 51 D3DDISPLAYMODEEX *mode;
101 D3DDISPLAYMODEEX *mode );
109 D3DDISPLAYMODEEX *mode );
device9ex.h 43 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
149 D3DDISPLAYMODEEX *pFullscreenDisplayMode );
158 D3DDISPLAYMODEEX *pMode,
device9ex.c 39 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
222 D3DDISPLAYMODEEX *pFullscreenDisplayMode )
230 D3DDISPLAYMODEEX *mode = NULL;
274 D3DDISPLAYMODEEX *pMode,
444 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
adapter9.h 137 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
swapchain9.c 50 D3DDISPLAYMODEEX *mode )
133 D3DDISPLAYMODEEX *mode )
206 This->mode = malloc(sizeof(D3DDISPLAYMODEEX));
207 memcpy(This->mode, mode, sizeof(D3DDISPLAYMODEEX));
    [all...]
device9.h 181 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
196 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
nine_lock.c     [all...]
adapter9.c     [all...]
device9.c 134 D3DDISPLAYMODEEX *pFullscreenDisplayMode,
237 D3DDISPLAYMODEEX *mode = NULL;
    [all...]
  /external/swiftshader/src/D3D9/
Direct3D9Ex.hpp 57 long __stdcall EnumAdapterModesEx(unsigned int adapter, const D3DDISPLAYMODEFILTER *filter, unsigned int index, D3DDISPLAYMODEEX *mode) override;
58 long __stdcall GetAdapterDisplayModeEx(unsigned int adapter, D3DDISPLAYMODEEX *mode, D3DDISPLAYROTATION *rotation) override;
59 long __stdcall CreateDeviceEx(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, DWORD behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, D3DDISPLAYMODEEX *fullscreenDisplayMode, IDirect3DDevice9Ex **returnedDeviceInterface) override;
Direct3D9Ex.cpp 257 D3DDISPLAYMODEEX fullscreenDisplayMode = {0};
258 fullscreenDisplayMode.Size = sizeof(D3DDISPLAYMODEEX);
275 long __stdcall Direct3D9Ex::EnumAdapterModesEx(unsigned int adapter, const D3DDISPLAYMODEFILTER *filter, unsigned int index, D3DDISPLAYMODEEX *modeEx)
277 TRACE("unsigned int adapter = %d, const D3DDISPLAYMODEFILTER *filter = 0x%0.8p, unsigned int index = %d, D3DDISPLAYMODEEX *modeEx = 0x%0.8p", adapter, filter, index, modeEx);
289 long __stdcall Direct3D9Ex::GetAdapterDisplayModeEx(unsigned int adapter, D3DDISPLAYMODEEX *modeEx, D3DDISPLAYROTATION *rotation)
291 TRACE("unsigned int adapter = %d, D3DDISPLAYMODEEX *modeEx = 0x%0.8p, D3DDISPLAYROTATION *rotation = 0x%0.8p", adapter, modeEx, rotation);
303 long __stdcall Direct3D9Ex::CreateDeviceEx(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, DWORD behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, D3DDISPLAYMODEEX *fullscreenDisplayMode, IDirect3DDevice9Ex **returnedDeviceInterface)
305 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, HWND focusWindow = %d, DWORD behaviorFlags = 0x%0.8X, D3DPRESENT_PARAMETERS *presentParameters = 0x%0.8p, D3DDISPLAYMODEEX *fullscreenDisplayMode = 0x%0.8p, IDirect3DDevice9Ex **returnedDeviceInterface = 0x%0.8p", adapter, deviceType, focusWindow, behaviorFlags, presentParameters, fullscreenDisplayMode, returnedDeviceInterface);
Direct3DDevice9Ex.hpp 191 long __stdcall ResetEx(D3DPRESENT_PARAMETERS *presentParameters, D3DDISPLAYMODEEX *fullscreenDisplayMode) override;
192 long __stdcall GetDisplayModeEx(unsigned int swapChain, D3DDISPLAYMODEEX *mode, D3DDISPLAYROTATION *rotation) override;
Direct3DDevice9Ex.cpp     [all...]
  /external/mesa3d/include/d3dadapter/
d3dadapter9.h 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);
83 HRESULT WINAPI CreateDeviceEx(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
present.h 66 HRESULT (WINAPI *SetPresentParameters)(ID3DPresent *This, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode);
83 HRESULT (WINAPI *GetDisplayMode)(ID3DPresent *This, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
d3d9.h 291 UINT mode_idx, D3DDISPLAYMODEEX *mode) PURE;
292 STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
293 STDMETHOD(CreateDeviceEx)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, D3DDISPLAYMODEEX* pFullscreenDisplayMode, struct IDirect3DDevice9Ex **ppReturnedDeviceInterface) PURE;
482 STDMETHOD(GetDisplayModeEx)(THIS_ D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) PURE;
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 104 virtual HRESULT WINAPI EnumAdapterModesEx(UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter, UINT Mode, D3DDISPLAYMODEEX *pMode) = 0;
105 virtual HRESULT WINAPI GetAdapterDisplayModeEx(UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = 0;
106 virtual HRESULT WINAPI CreateDeviceEx(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3DDevice9Ex **ppReturnedDeviceInterface) = 0;
112 virtual HRESULT WINAPI CheckDeviceOverlayType(UINT Adapter, D3DDEVTYPE DevType, UINT OverlayWidth, UINT OverlayHeight, D3DFORMAT OverlayFormat, D3DDISPLAYMODEEX *pDisplayMode, D3DDISPLAYROTATION DisplayRotation, D3DOVERLAYCAPS *pOverlayCaps) = 0;
294 virtual HRESULT WINAPI ResetEx(D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode) = 0;
295 virtual HRESULT WINAPI GetDisplayModeEx(UINT iSwapChain, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = 0;
359 virtual HRESULT WINAPI GetDisplayModeEx(D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = 0;
    [all...]
d3d9types.h     [all...]

Completed in 249 milliseconds