Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h127 bool removeContext(EGLContext ctx);
128 bool removeContext(ContextPtr ctx);
DEglDisplay.cpp395 bool EglDisplay::removeContext(EGLContext ctx) { in removeContext() function in EglDisplay
407 bool EglDisplay::removeContext(ContextPtr ctx) { in removeContext() function in EglDisplay
DEglImp.cpp1052 dpy->removeContext(context); in eglDestroyContext()