Searched refs:ScopedGlTexture (Results 1 – 2 of 2) sorted by relevance
483 ScopedGlTexture ahbTexture(*mGl); in TEST_P()552 ScopedGlTexture framebufferTexture(*mGl); in TEST_P()620 ScopedGlTexture texture(*mGl); in TEST_P()690 ScopedGlTexture framebufferTexture(*mGl); in TEST_P()
292 class ScopedGlTexture : public ScopedGlType {294 ScopedGlTexture(GlDispatch& dispatch) in ScopedGlTexture() function