Home
last modified time | relevance | path

Searched refs:fboData (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp369 const gl::FramebufferState &fboData) in clearFramebuffer() argument
402 const auto *depthStencilAttachment = fboData.getDepthOrStencilAttachment(); in clearFramebuffer()
409 const gl::FramebufferAttachment *colorAttachment = fboData.getFirstColorAttachment(); in clearFramebuffer()
459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer()
460 for (auto colorAttachmentIndex : fboData.getEnabledDrawBuffers()) in clearFramebuffer()
579 const auto *stencilAttachment = fboData.getStencilAttachment(); in clearFramebuffer()
728 const bool hasLayeredLayout = (fboData.isMultiview()); in clearFramebuffer()
767 deviceContext->DrawInstanced(6, static_cast<UINT>(fboData.getNumViews()), 0, 0); in clearFramebuffer()
DClear11.h44 const gl::FramebufferState &fboData);