HomeSort by relevance Sort by last modified time
    Searched defs:GetDisplayMode (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.cpp 268 long Direct3DSwapChain9::GetDisplayMode(D3DDISPLAYMODE *displayMode)
331 GetDisplayMode(&displayMode);
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 355 long Direct3DDevice9Ex::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode)
359 return Direct3DDevice9::GetDisplayMode(index, mode);
    [all...]
  /external/mesa3d/include/d3dadapter/
present.h 83 HRESULT (WINAPI *GetDisplayMode)(ID3DPresent *This, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation);
122 #define ID3DPresent_GetDisplayMode(p,a,b) (p)->lpVtbl->GetDisplayMode(p,a,b)
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 1318 long Direct3DDevice8::GetDisplayMode(D3DDISPLAYMODE *mode)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 166 virtual HRESULT WINAPI GetDisplayMode(UINT iSwapChain, D3DDISPLAYMODE *pMode) = 0;
350 virtual HRESULT WINAPI GetDisplayMode(D3DDISPLAYMODE *pMode) = 0;
    [all...]

Completed in 219 milliseconds