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

  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.cpp 190 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface)
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 362 long Direct3DDevice9Ex::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface)
366 return Direct3DDevice9::GetFrontBufferData(index, destSurface);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 191 virtual HRESULT WINAPI GetFrontBufferData(UINT iSwapChain, IDirect3DSurface9 *pDestSurface) = 0;
347 virtual HRESULT WINAPI GetFrontBufferData(IDirect3DSurface9 *pDestSurface) = 0;
    [all...]

Completed in 49 milliseconds