Lines Matching refs:depthAttachment_rbo
1534 res_info->rb_format = queryRboFormat(props.depthAttachment_rbo); in getBoundFramebufferFormat()
1537 props.depthAttachment_rbo); in getBoundFramebufferFormat()
1619 props.depthAttachment_rbo = 0; in addFreshFramebuffer()
1818 if (boundFboProps(target).depthAttachment_rbo == renderbuffer && in detachRboFromFbo()
1820 boundFboProps(target).depthAttachment_rbo = 0; in detachRboFromFbo()
1832 if (boundFboProps(target).depthAttachment_rbo == renderbuffer && in detachRboFromFbo()
1834 boundFboProps(target).depthAttachment_rbo = 0; in detachRboFromFbo()
1863 boundFboProps(target).depthAttachment_rbo = renderbuffer; in attachRbo()
1871 boundFboProps(target).depthAttachment_rbo = renderbuffer; in attachRbo()
1893 res = boundFboProps_const(target).depthAttachment_rbo; in getFboAttachmentRboId()
1954 return props.depthAttachment_rbo; in objectOfAttachment()