Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1219 if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in getBoundFramebufferFormat()
1337 props.colorAttachmenti_hasRbo.resize(m_max_color_attachments, false); in addFreshFramebuffer()
1523 if (boundFboProps(target).colorAttachmenti_hasRbo[colorAttachmentIndex] && in detachRboFromFbo()
1526 boundFboProps(target).colorAttachmenti_hasRbo[colorAttachmentIndex] = false; in detachRboFromFbo()
1572 boundFboProps(target).colorAttachmenti_hasRbo[colorAttachmentIndex] = true; in attachRbo()
1627 boundFboProps_const(target).colorAttachmenti_hasRbo[colorAttachmentIndex]; in attachmentHasObject()
1656 } else if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in objectOfAttachment()
1711 default_fb_props.colorAttachmenti_hasRbo[0] = true; in fromMakeCurrent()
DGLClientState.h63 std::vector<bool> colorAttachmenti_hasRbo; member