Searched defs:eglDestroyContext (Results 1 – 9 of 9) sorted by relevance
40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method in EGLImpl
141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext() method in EGLLogWrapper
400 public static native boolean eglDestroyContext( in eglDestroyContext() method in EGL14
103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method
664 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
1675 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
771 eglDestroyContext = 2012; enumerator
1576 const GLMessage_Function GLMessage::eglDestroyContext; member in android::gltrace::GLMessage
1924 static const Function eglDestroyContext = GLMessage_Function_eglDestroyContext; variable