Home
last modified time | relevance | path

Searched refs:pRotation (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9ex.c71 D3DDISPLAYROTATION *pRotation ) in NineSwapChain9Ex_GetDisplayModeEx() argument
76 if (!pRotation) { pRotation = &rot; } in NineSwapChain9Ex_GetDisplayModeEx()
78 return ID3DPresent_GetDisplayMode(This->base.present, pMode, pRotation); in NineSwapChain9Ex_GetDisplayModeEx()
Ddevice9ex.c275 D3DDISPLAYROTATION *pRotation ) in NineDevice9Ex_GetDisplayModeEx() argument
280 This, iSwapChain, pMode, pRotation); in NineDevice9Ex_GetDisplayModeEx()
285 return NineSwapChain9Ex_GetDisplayModeEx(swapchain, pMode, pRotation); in NineDevice9Ex_GetDisplayModeEx()
Dswapchain9ex.h59 D3DDISPLAYROTATION *pRotation );
Ddevice9ex.h159 D3DDISPLAYROTATION *pRotation );
Dnine_lock.c2274 D3DDISPLAYROTATION *pRotation ) in LockDevice9Ex_GetDisplayModeEx() argument
2278 r = NineDevice9Ex_GetDisplayModeEx(This, iSwapChain, pMode, pRotation); in LockDevice9Ex_GetDisplayModeEx()
2883 D3DDISPLAYROTATION *pRotation ) in LockSwapChain9Ex_GetDisplayModeEx() argument
2887 r = NineSwapChain9Ex_GetDisplayModeEx(This, pMode, pRotation); in LockSwapChain9Ex_GetDisplayModeEx()
/external/deqp/external/openglcts/scripts/
Dmustpass.py344 pRotation = '"' + config.rotation + '",'
350 …e, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSee…
/external/mesa3d/include/d3dadapter/
Dpresent.h83 …WINAPI *GetDisplayMode)(ID3DPresent *This, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
/external/mesa3d/include/D3D9/
Dd3d9.h105 … GetAdapterDisplayModeEx(UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = 0;
295 …NAPI GetDisplayModeEx(UINT iSwapChain, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = 0;
359 …virtual HRESULT WINAPI GetDisplayModeEx(D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) = …
510 …yModeEx)(IDirect3D9Ex *This, UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
1131 …IDirect3DDevice9Ex *This, UINT iSwapChain, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
1555 …isplayModeEx)(IDirect3DSwapChain9Ex *This, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py510 pRotation = FOUR_CHAR_CODE('prot') variable