Searched refs:colorAttachmenti_rbos (Results 1 – 2 of 2) sorted by relevance
2239 res_info->rb_format = props.colorAttachmenti_rbos[colorAttachmentIndex]->format; in getBoundFramebufferFormat()2241 props.colorAttachmenti_rbos[colorAttachmentIndex]->multisamples; in getBoundFramebufferFormat()2243 props.colorAttachmenti_rbos[colorAttachmentIndex]->boundEGLImage; in getBoundFramebufferFormat()2403 props.colorAttachmenti_rbos.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2632 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] in detachRboFromFbo()2634 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] = nullptr; in detachRboFromFbo()2686 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] = rboSharedPtr; in attachRbo()2715 return boundFboProps_const(target).colorAttachmenti_rbos[colorAttachmentIndex]; in getFboAttachmentRbo()2775 if (rbo == props.colorAttachmenti_rbos[i]) { in setFboCompletenessDirtyForRbo()2952 default_fb_props.colorAttachmenti_rbos[0] = rbo0; in fromMakeCurrent()
105 std::vector<std::shared_ptr<RboProps>> colorAttachmenti_rbos; member