Home
last modified time | relevance | path

Searched refs:getCachedColorRenderTargets (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h46 const gl::AttachmentArray<RenderTarget9 *> &getCachedColorRenderTargets() const in getCachedColorRenderTargets() function
DRenderer9.cpp1096 ANGLE_TRY(applyRenderTarget(context, framebuffer9->getCachedColorRenderTargets()[0], in updateState()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h46 const gl::AttachmentArray<RenderTarget11 *> &getCachedColorRenderTargets() const in getCachedColorRenderTargets() function
DStateManager11.cpp1975 const auto &colorRTs = mFramebuffer11->getCachedColorRenderTargets(); in syncFramebuffer()