Searched defs:eglDestroyContext (Results 1 – 8 of 8) sorted by relevance
40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method in EGLImpl
103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method
141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext() method in EGLLogWrapper
424 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
477 eglDestroyContext = 2012; enumerator
1664 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
986 const GLMessage_Function GLMessage::eglDestroyContext; member in android::gltrace::GLMessage
1319 static const Function eglDestroyContext = GLMessage_Function_eglDestroyContext; variable