Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1223 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1226 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1251 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1269 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1287 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1332 props.colorAttachmenti_rbos.resize(m_max_color_attachments, 0); in addFreshFramebuffer()
1524 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] == renderbuffer) { in detachRboFromFbo()
1525 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] = 0; in detachRboFromFbo()
1571 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] = renderbuffer; in attachRbo()
1602 res = boundFboProps_const(target).colorAttachmenti_rbos[colorAttachmentIndex]; in getFboAttachmentRboId()
[all …]
DGLClientState.h58 std::vector<GLuint> colorAttachmenti_rbos; member