Searched defs:eglDestroyContext (Results 1 - 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl_dispatch.h45 eglDestroyContext_t eglDestroyContext; member in struct:egl_dispatch
90 eglDestroyContext_t set_eglDestroyContext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f; return retval;}
H A Degl.cpp470 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
476 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext);
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp1448 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
1509 eglDestroyContext(dpy, contextToDelete);

Completed in 10 milliseconds