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

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { method in class:EGLLogWrapper
142 begin("eglDestroyContext");
147 boolean result = mEgl10.eglDestroyContext(display, context);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp525 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
538 EGLBoolean result = c->cnx->egl.eglDestroyContext(
/frameworks/base/opengl/libagl/
H A Degl.cpp1655 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp393 const Message_Function Message::eglDestroyContext; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h467 static const Function eglDestroyContext = Message_Function_eglDestroyContext; member in class:com::android::glesv2debugger::Message

Completed in 75 milliseconds