Searched refs:colorAttachmenti_hasRbo (Results 1 – 2 of 2) sorted by relevance
1505 if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in getBoundFramebufferFormat()1623 props.colorAttachmenti_hasRbo.resize(m_max_color_attachments, false); in addFreshFramebuffer()1809 if (boundFboProps(target).colorAttachmenti_hasRbo[colorAttachmentIndex] && in detachRboFromFbo()1812 boundFboProps(target).colorAttachmenti_hasRbo[colorAttachmentIndex] = false; in detachRboFromFbo()1858 boundFboProps(target).colorAttachmenti_hasRbo[colorAttachmentIndex] = true; in attachRbo()1913 boundFboProps_const(target).colorAttachmenti_hasRbo[colorAttachmentIndex]; in attachmentHasObject()1942 } else if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in objectOfAttachment()1997 default_fb_props.colorAttachmenti_hasRbo[0] = true; in fromMakeCurrent()
63 std::vector<bool> colorAttachmenti_hasRbo; member