Home
last modified time | relevance | path

Searched defs:ScopedGlProgram (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h360 ScopedGlProgram(ScopedGlProgram&& rhs) : mGlDispatch(rhs.mGlDispatch), mHandle(rhs.mHandle) { in ScopedGlProgram() function
381 ScopedGlProgram(GlDispatch& dispatch, GLuint handle) in ScopedGlProgram() function