Searched defs:modeEx (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3D9Ex.cpp275 long __stdcall Direct3D9Ex::EnumAdapterModesEx(unsigned int adapter, const D3DDISPLAYMODEFILTER *filter, unsigned int index, D3DDISPLAYMODEEX *modeEx) argument
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);
281 mode.Format = modeEx->Format;
282 mode.Width = modeEx->Width;
283 mode.Height = modeEx->Height;
284 mode.RefreshRate = modeEx->RefreshRate;
289 long __stdcall Direct3D9Ex::GetAdapterDisplayModeEx(unsigned int adapter, D3DDISPLAYMODEEX *modeEx, D3DDISPLAYROTATION *rotation) argument
291 TRACE("unsigned int adapter = %d, D3DDISPLAYMODEEX *modeEx = 0x%0.8p, D3DDISPLAYROTATION *rotation = 0x%0.8p", adapter, modeEx, rotatio
[all...]

Completed in 160 milliseconds