Home
last modified time | relevance | path

Searched refs:SwapChain11 (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp54 SwapChain11::SwapChain11(Renderer11 *renderer, in SwapChain11() function in rx::SwapChain11
108 SwapChain11::~SwapChain11() in ~SwapChain11()
113 void SwapChain11::release() in release()
142 void SwapChain11::releaseOffscreenColorBuffer() in releaseOffscreenColorBuffer()
151 void SwapChain11::releaseOffscreenDepthBuffer() in releaseOffscreenDepthBuffer()
158 EGLint SwapChain11::resetOffscreenBuffers(DisplayD3D *displayD3D, in resetOffscreenBuffers()
183 EGLint SwapChain11::resetOffscreenColorBuffer(DisplayD3D *displayD3D, in resetOffscreenColorBuffer()
375 EGLint SwapChain11::resetOffscreenDepthBuffer(DisplayD3D *displayD3D, in resetOffscreenDepthBuffer()
465 EGLint SwapChain11::resize(DisplayD3D *displayD3D, EGLint backbufferWidth, EGLint backbufferHeight) in resize()
553 DXGI_FORMAT SwapChain11::getSwapChainNativeFormat() const in getSwapChainNativeFormat()
[all …]
DRenderTarget11.h20 class SwapChain11; variable
103 SurfaceRenderTarget11(SwapChain11 *swapChain, Renderer11 *renderer, bool depth);
121 SwapChain11 *mSwapChain;
DSwapChain11.h21 class SwapChain11 final : public SwapChainD3D
24 SwapChain11(Renderer11 *renderer,
32 ~SwapChain11() override;
DRenderTarget11.cpp185 GLenum GetSurfaceRTFormat(bool depth, SwapChain11 *swapChain) in GetSurfaceRTFormat()
191 const d3d11::Format &GetSurfaceFormatSet(bool depth, SwapChain11 *swapChain, Renderer11 *renderer) in GetSurfaceFormatSet()
321 SurfaceRenderTarget11::SurfaceRenderTarget11(SwapChain11 *swapChain, in SurfaceRenderTarget11()
DTextureStorage11.h34 class SwapChain11; variable
284 TextureStorage11_2D(Renderer11 *renderer, SwapChain11 *swapchain, const std::string &label);
DRenderer11.cpp1672 return new SwapChain11(this, GetAs<NativeWindow11>(nativeWindow), shareHandle, d3dTexture, in createSwapChain()
3299 SwapChain11 *swapChain11 = GetAs<SwapChain11>(swapChain); in createTextureStorage2D()
DTextureStorage11.cpp974 SwapChain11 *swapchain, in TextureStorage11_2D()
/external/angle/src/libANGLE/renderer/d3d/
DBUILD.gn181 "d3d11/SwapChain11.cpp",
182 "d3d11/SwapChain11.h",