Lines Matching refs:stencilAttachment_hasRbo
1792 …bool hasStencil = (props.stencilAttachment_hasTexObj || props.stencilAttachment_hasRbo || props.de… in checkFramebufferCompleteness()
1819 if ((props.depthAttachment_hasTexObj && props.stencilAttachment_hasRbo) || in checkFramebufferCompleteness()
2284 if (props.stencilAttachment_hasRbo) { in getBoundFramebufferFormat()
2410 props.stencilAttachment_hasRbo = false; in addFreshFramebuffer()
2649 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
2651 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
2661 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
2663 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
2697 boundFboProps(target).stencilAttachment_hasRbo = attach; in attachRbo()
2703 boundFboProps(target).stencilAttachment_hasRbo = attach; in attachRbo()
2789 if (props.stencilAttachment_hasRbo) { in setFboCompletenessDirtyForRbo()
2824 (boundFboProps_const(target).stencilAttachment_hasRbo); in attachmentHasObject()
2838 || props.depthAttachment_hasRbo != props.stencilAttachment_hasRbo) { in depthStencilHasSameObject()
2947 default_fb_props.stencilAttachment_hasRbo = true; in fromMakeCurrent()