Searched defs:eglTerminate (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp1418 EGLBoolean eglTerminate(EGLDisplay dpy) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp236 EGLBoolean eglTerminate(EGLDisplay dpy) function
239 // after eglTerminate() has been called. eglTerminate() only
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1566 const GLMessage_Function GLMessage::eglTerminate; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1914 static const Function eglTerminate = GLMessage_Function_eglTerminate; member in class:android::gltrace::GLMessage
/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/java/android/opengl/
H A DEGL14.java180 // C function EGLBoolean eglTerminate ( EGLDisplay dpy )
182 public static native boolean eglTerminate( method in class:EGL14
H A DEGLLogWrapper.java339 public boolean eglTerminate(EGLDisplay display) { method in class:EGLLogWrapper
340 begin("eglTerminate");
343 boolean result = mEgl10.eglTerminate(display);

Completed in 157 milliseconds