Searched refs:default_fb_props (Results 1 – 1 of 1) sorted by relevance
2944 FboProps& default_fb_props = mFboState.fboData[0]; in fromMakeCurrent() local2945 default_fb_props.colorAttachmenti_hasRbo[0] = true; in fromMakeCurrent()2946 default_fb_props.depthAttachment_hasRbo = true; in fromMakeCurrent()2947 default_fb_props.stencilAttachment_hasRbo = true; in fromMakeCurrent()2948 default_fb_props.depthstencilAttachment_hasRbo = true; in fromMakeCurrent()2952 default_fb_props.colorAttachmenti_rbos[0] = rbo0; in fromMakeCurrent()2953 default_fb_props.depthAttachment_rbo = rbo0; in fromMakeCurrent()2954 default_fb_props.stencilAttachment_rbo = rbo0; in fromMakeCurrent()2955 default_fb_props.depthstencilAttachment_rbo = rbo0; in fromMakeCurrent()