Lines Matching refs:stencilAttachment_hasRbo
1550 if (props.stencilAttachment_hasRbo) { in getBoundFramebufferFormat()
1625 props.stencilAttachment_hasRbo = false; in addFreshFramebuffer()
1826 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
1828 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
1838 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
1840 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
1868 boundFboProps(target).stencilAttachment_hasRbo = true; in attachRbo()
1874 boundFboProps(target).stencilAttachment_hasRbo = true; in attachRbo()
1923 (boundFboProps_const(target).stencilAttachment_hasRbo); in attachmentHasObject()
1962 } else if (props.stencilAttachment_hasRbo) { in objectOfAttachment()
1999 default_fb_props.stencilAttachment_hasRbo = true; in fromMakeCurrent()