Searched refs:stencilAttachment_rbo (Results 1 – 2 of 2) sorted by relevance
1552 res_info->rb_format = queryRboFormat(props.stencilAttachment_rbo); in getBoundFramebufferFormat()1555 props.stencilAttachment_rbo); in getBoundFramebufferFormat()1620 props.stencilAttachment_rbo = 0; in addFreshFramebuffer()1825 if (boundFboProps(target).stencilAttachment_rbo == renderbuffer && in detachRboFromFbo()1827 boundFboProps(target).stencilAttachment_rbo = 0; in detachRboFromFbo()1837 if (boundFboProps(target).stencilAttachment_rbo == renderbuffer && in detachRboFromFbo()1839 boundFboProps(target).stencilAttachment_rbo = 0; in detachRboFromFbo()1867 boundFboProps(target).stencilAttachment_rbo = renderbuffer; in attachRbo()1873 boundFboProps(target).stencilAttachment_rbo = renderbuffer; in attachRbo()1896 res = boundFboProps_const(target).stencilAttachment_rbo; in getFboAttachmentRboId()[all …]
60 GLuint stencilAttachment_rbo; member