Searched refs:FboProps (Results 1 – 2 of 2) sorted by relevance
45 struct FboProps { struct567 std::map<GLuint, FboProps> fboData;573 FboProps& boundFboProps(GLenum target);574 const FboProps& boundFboProps_const(GLenum target) const;
1491 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat()1604 FboProps props; in addFreshFramebuffer()1654 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps()1666 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const()1934 const FboProps& props = boundFboProps_const(target); in objectOfAttachment()1996 FboProps& default_fb_props = mFboState.fboData[0]; in fromMakeCurrent()