Searched refs:FboProps (Results 1 – 2 of 2) sorted by relevance
1769 FboProps& props = boundFboProps(target); in checkFramebufferCompleteness()2221 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat()2379 FboProps props; in addFreshFramebuffer()2444 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps()2456 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const()2733 std::map<GLuint, FboProps>::iterator it = mFboState.fboData.begin(); in setFboCompletenessDirtyForTexture()2735 FboProps& props = it->second; in setFboCompletenessDirtyForTexture()2770 std::map<GLuint, FboProps>::iterator it = mFboState.fboData.begin(); in setFboCompletenessDirtyForRbo()2772 FboProps& props = it->second; in setFboCompletenessDirtyForRbo()2835 const FboProps& props = boundFboProps_const(target); in depthStencilHasSameObject()[all …]
82 struct FboProps { struct728 std::map<GLuint, FboProps> fboData;734 FboProps& boundFboProps(GLenum target);735 const FboProps& boundFboProps_const(GLenum target) const;