Searched defs:ScopedGlProgram (Results 1 – 1 of 1) sorted by relevance
360 ScopedGlProgram(ScopedGlProgram&& rhs) : mGlDispatch(rhs.mGlDispatch), mHandle(rhs.mHandle) { in ScopedGlProgram() function381 ScopedGlProgram(GlDispatch& dispatch, GLuint handle) in ScopedGlProgram() function