Home
last modified time | relevance | path

Searched refs:usingSurface (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.h48 bool usingSurface(SurfacePtr surface);
DEglContext.cpp30 bool EglContext::usingSurface(SurfacePtr surface) { in usingSurface() function in EglContext
DEglImp.cpp1260 if(!currentCtx.get() || !currentCtx->usingSurface(Srfc) || in eglSwapBuffers()