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

  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 65 long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapChain8 **swapChain) override;
232 std::vector<Direct3DSwapChain8*> swapChain;
  /external/swiftshader/src/D3D9/
Direct3DDevice9.hpp 69 long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapChain9 **swapChain) override;
94 long __stdcall GetBackBuffer(unsigned int swapChain, unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **backBuffer) override;
102 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
103 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
105 void __stdcall GetGammaRamp(unsigned int swapChain, D3DGAMMARAMP *ramp) override;
117 long __stdcall GetRasterStatus(unsigned int swapChain, D3DRASTER_STATUS *rasterStatus) override;
126 long __stdcall GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) override;
149 void __stdcall SetGammaRamp(unsigned int swapChain, unsigned long flags, const D3DGAMMARAMP *ramp) override;
286 Direct3DSwapChain9 *swapChain;

Completed in 417 milliseconds