Home
last modified time | relevance | path

Searched refs:ScopedGlTexture (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp483 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()
DGfxstreamEnd2EndTests.h292 class ScopedGlTexture : public ScopedGlType {
294 ScopedGlTexture(GlDispatch& dispatch) in ScopedGlTexture() function