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

  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9ex.h 28 struct NineSwapChain9Ex
32 static inline struct NineSwapChain9Ex *
33 NineSwapChain9Ex( void *data )
35 return (struct NineSwapChain9Ex *)data;
46 struct NineSwapChain9Ex **ppOut );
49 NineSwapChain9Ex_GetLastPresentCount( struct NineSwapChain9Ex *This,
53 NineSwapChain9Ex_GetPresentStats( struct NineSwapChain9Ex *This,
57 NineSwapChain9Ex_GetDisplayModeEx( struct NineSwapChain9Ex *This,
swapchain9ex.c 31 NineSwapChain9Ex_ctor( struct NineSwapChain9Ex *This,
49 NineSwapChain9Ex_dtor( struct NineSwapChain9Ex *This )
55 NineSwapChain9Ex_GetLastPresentCount( struct NineSwapChain9Ex *This,
62 NineSwapChain9Ex_GetPresentStats( struct NineSwapChain9Ex *This,
69 NineSwapChain9Ex_GetDisplayModeEx( struct NineSwapChain9Ex *This,
112 struct NineSwapChain9Ex **ppOut )
device9ex.c 277 struct NineSwapChain9Ex *swapchain;
284 swapchain = NineSwapChain9Ex(This->base.swapchains[iSwapChain]);
nine_lock.c     [all...]
device9.c 238 struct NineSwapChain9Ex **ret =
239 (struct NineSwapChain9Ex **)&This->swapchains[i];
    [all...]

Completed in 3464 milliseconds