Searched defs:RenderbufferInfo (Results 1 – 1 of 1) sorted by relevance
132 struct RenderbufferInfo { struct139 class ScopedView : public ScopedLockedView<RenderbufferInfo> { argument141 ScopedView(RenderbufferInfo* info) : ScopedLockedView<RenderbufferInfo>(info) { } in ScopedView() argument142 bool hasRbo(GLuint id) const { in hasRbo()146 RboProps* get(GLuint id) { in get()153 std::shared_ptr<RboProps> get_or_add_shared_ptr(GLuint id) { in get_or_add_shared_ptr()161 std::shared_ptr<RboProps> get_shared_ptr(GLuint id) { in get_shared_ptr()168 const RboProps* get_const(GLuint id) { in get_const()175 void addFresh(GLuint id) { in addFresh()186 std::shared_ptr<RboProps> bind(GLuint id) { in bind()[all …]