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

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java339 public boolean eglTerminate(EGLDisplay display) { method in class:EGLLogWrapper
340 begin("eglTerminate");
343 boolean result = mEgl10.eglTerminate(display);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java45 public native boolean eglTerminate(EGLDisplay display); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java120 boolean eglTerminate(EGLDisplay display); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp158 EGLBoolean eglTerminate(EGLDisplay dpy) function
161 // after eglTerminate() has been called. eglTerminate() only
/frameworks/base/opengl/libagl/
H A Degl.cpp1399 EGLBoolean eglTerminate(EGLDisplay dpy) function
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp383 const Message_Function Message::eglTerminate; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h457 static const Function eglTerminate = Message_Function_eglTerminate; member in class:com::android::glesv2debugger::Message

Completed in 84 milliseconds