Home
last modified time | relevance | path

Searched refs:pScreen (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9ex.c37 struct pipe_screen *pScreen, in NineDevice9Ex_ctor()
47 DBG("This=%p pParams=%p pScreen=%p pCreationParameters=%p pCaps=%p " in NineDevice9Ex_ctor()
50 This, pParams, pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor()
55 pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor()
516 NineDevice9Ex_new( struct pipe_screen *pScreen, in NineDevice9Ex_new() argument
531 pScreen, pCreationParameters, pCaps, pPresentationParameters, in NineDevice9Ex_new()
35 NineDevice9Ex_ctor( struct NineDevice9Ex *This, struct NineUnknownParams *pParams, struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, int minorVersionNum ) NineDevice9Ex_ctor() argument
H A Ddevice9.c171 #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n)
175 struct pipe_screen *pScreen, in NineDevice9_ctor()
190 DBG("This=%p pParams=%p pScreen=%p pCreationParameters=%p pCaps=%p pPresentationParameters=%p " in NineDevice9_ctor()
192 This, pParams, pScreen, pCreationParameters, pCaps, pPresentationParameters, pD3D9, in NineDevice9_ctor()
205 This->screen = pScreen; in NineDevice9_ctor()
342 else if (strstr(pScreen->get_name(pScreen), "AMD") != NULL) in NineDevice9_ctor()
344 else if (strstr(pScreen->get_name(pScreen), "Inte in NineDevice9_ctor()
173 NineDevice9_ctor( struct NineDevice9 *This, struct NineUnknownParams *pParams, struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, boolean ex, D3DDISPLAYMODEEX *pFullscreenDisplayMode, int minorVersionNum ) NineDevice9_ctor() argument
4296 NineDevice9_new( struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, boolean ex, D3DDISPLAYMODEEX *pFullscreenDisplayMode, struct NineDevice9 **ppOut, int minorVersionNum ) NineDevice9_new() argument
[all...]
H A Ddevice9ex.h39 NineDevice9Ex_new( struct pipe_screen *pScreen,
H A Ddevice9.h180 NineDevice9_new( struct pipe_screen *pScreen,
195 struct pipe_screen *pScreen,

Completed in 6 milliseconds