Home
last modified time | relevance | path

Searched refs:eglDestroyContext (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
DeglDisplay.cpp232 eglDestroyContext(static_cast<EGLDisplay>(this), *ctxToDelete); in terminate()
Degl.cpp1448 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
1509 eglDestroyContext(dpy, contextToDelete); in eglMakeCurrent()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
Degl_dispatch.h45 eglDestroyContext_t eglDestroyContext; member
90 …ext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f… in set_eglDestroyContext()
Degl.cpp470 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
476 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext); in eglDestroyContext()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);