Searched refs:SwapChain11 (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | SwapChain11.cpp | 54 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 …]
|
D | RenderTarget11.h | 20 class SwapChain11; variable 103 SurfaceRenderTarget11(SwapChain11 *swapChain, Renderer11 *renderer, bool depth); 121 SwapChain11 *mSwapChain;
|
D | SwapChain11.h | 21 class SwapChain11 final : public SwapChainD3D 24 SwapChain11(Renderer11 *renderer, 32 ~SwapChain11() override;
|
D | RenderTarget11.cpp | 185 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()
|
D | TextureStorage11.h | 34 class SwapChain11; variable 284 TextureStorage11_2D(Renderer11 *renderer, SwapChain11 *swapchain, const std::string &label);
|
D | Renderer11.cpp | 1672 return new SwapChain11(this, GetAs<NativeWindow11>(nativeWindow), shareHandle, d3dTexture, in createSwapChain() 3299 SwapChain11 *swapChain11 = GetAs<SwapChain11>(swapChain); in createTextureStorage2D()
|
D | TextureStorage11.cpp | 974 SwapChain11 *swapchain, in TextureStorage11_2D()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | BUILD.gn | 181 "d3d11/SwapChain11.cpp", 182 "d3d11/SwapChain11.h",
|