Lines Matching refs:depthAttachment_hasRbo
1532 if (props.depthAttachment_hasRbo) { in getBoundFramebufferFormat()
1624 props.depthAttachment_hasRbo = false; in addFreshFramebuffer()
1819 boundFboProps(target).depthAttachment_hasRbo) { in detachRboFromFbo()
1821 boundFboProps(target).depthAttachment_hasRbo = false; in detachRboFromFbo()
1833 boundFboProps(target).depthAttachment_hasRbo) { in detachRboFromFbo()
1835 boundFboProps(target).depthAttachment_hasRbo = false; in detachRboFromFbo()
1864 boundFboProps(target).depthAttachment_hasRbo = true; in attachRbo()
1872 boundFboProps(target).depthAttachment_hasRbo = true; in attachRbo()
1919 (boundFboProps_const(target).depthAttachment_hasRbo); in attachmentHasObject()
1953 } else if (props.depthAttachment_hasRbo) { in objectOfAttachment()
1998 default_fb_props.depthAttachment_hasRbo = true; in fromMakeCurrent()