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
382 public static native boolean eglDestroyContext( in eglDestroyContext() method in EGL14
103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method
483 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
477 eglDestroyContext = 2012; enumerator
1674 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