Home
last modified time | relevance | path

Searched refs:NineSwapChain9Ex (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9ex.h28 struct NineSwapChain9Ex struct
32 static inline struct NineSwapChain9Ex * argument
33 NineSwapChain9Ex( void *data ) in NineSwapChain9Ex() function
35 return (struct NineSwapChain9Ex *)data; in NineSwapChain9Ex()
46 struct NineSwapChain9Ex **ppOut );
49 NineSwapChain9Ex_GetLastPresentCount( struct NineSwapChain9Ex *This,
53 NineSwapChain9Ex_GetPresentStats( struct NineSwapChain9Ex *This,
57 NineSwapChain9Ex_GetDisplayModeEx( struct NineSwapChain9Ex *This,
Dswapchain9ex.c31 NineSwapChain9Ex_ctor( struct NineSwapChain9Ex *This, in NineSwapChain9Ex_ctor()
49 NineSwapChain9Ex_dtor( struct NineSwapChain9Ex *This ) in NineSwapChain9Ex_dtor()
55 NineSwapChain9Ex_GetLastPresentCount( struct NineSwapChain9Ex *This, in NineSwapChain9Ex_GetLastPresentCount()
62 NineSwapChain9Ex_GetPresentStats( struct NineSwapChain9Ex *This, in NineSwapChain9Ex_GetPresentStats()
69 NineSwapChain9Ex_GetDisplayModeEx( struct NineSwapChain9Ex *This, in NineSwapChain9Ex_GetDisplayModeEx()
112 struct NineSwapChain9Ex **ppOut ) in NineSwapChain9Ex_new()
Ddevice9ex.c277 struct NineSwapChain9Ex *swapchain; in NineDevice9Ex_GetDisplayModeEx()
284 swapchain = NineSwapChain9Ex(This->base.swapchains[iSwapChain]); in NineDevice9Ex_GetDisplayModeEx()
Dnine_lock.c2859 LockSwapChain9Ex_GetLastPresentCount( struct NineSwapChain9Ex *This, in LockSwapChain9Ex_GetLastPresentCount()
2870 LockSwapChain9Ex_GetPresentStats( struct NineSwapChain9Ex *This, in LockSwapChain9Ex_GetPresentStats()
2881 LockSwapChain9Ex_GetDisplayModeEx( struct NineSwapChain9Ex *This, in LockSwapChain9Ex_GetDisplayModeEx()
Ddevice9.c238 struct NineSwapChain9Ex **ret = in NineDevice9_ctor()
239 (struct NineSwapChain9Ex **)&This->swapchains[i]; in NineDevice9_ctor()