Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.h57 bool removeContext(EGLContext ctx);
58 bool removeContext(ContextPtr ctx);
DEglDisplay.cpp190 bool EglDisplay::removeContext(EGLContext ctx) { in removeContext() function in EglDisplay
202 bool EglDisplay::removeContext(ContextPtr ctx) { in removeContext() function in EglDisplay
DEglImp.cpp665 dpy->removeContext(context); in eglDestroyContext()