Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl_dispatch.h45 eglDestroyContext_t eglDestroyContext; member
90 …ext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f… in set_eglDestroyContext()
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
Degl.cpp506 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
512 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext); in eglDestroyContext()
/device/generic/goldfish/opengl/system/egl/
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
Degl.cpp893 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function