Searched refs:fboData (Results 1 – 2 of 2) sorted by relevance
369 const gl::FramebufferState &fboData) in clearFramebuffer() argument402 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()
44 const gl::FramebufferState &fboData);