Searched refs:ScopedGlType (Results 1 – 1 of 1) sorted by relevance
237 class ScopedGlType {243 ScopedGlType() {} in ScopedGlType() function245 ScopedGlType(GlDispatch& glDispatch, GlDispatchGenFunc glGenFunc, GlDispatchDelFunc glDelFunc) in ScopedGlType() function250 ScopedGlType(const ScopedGlType& rhs) = delete;251 ScopedGlType& operator=(const ScopedGlType& rhs) = delete;253 ScopedGlType(ScopedGlType&& rhs) in ScopedGlType() function261 ScopedGlType& operator=(ScopedGlType&& rhs) {269 ~ScopedGlType() { in ~ScopedGlType()286 class ScopedGlBuffer : public ScopedGlType {289 : ScopedGlType(dispatch, &GlDispatch::glGenBuffers, &GlDispatch::glDeleteBuffers) {} in ScopedGlBuffer()[all …]