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/native/opengl/libs/EGL/
H A DeglApi.cpp144 EGLBoolean eglTerminate(EGLDisplay dpy) function
147 // after eglTerminate() has been called. eglTerminate() only
/frameworks/native/opengl/libagl/
H A Degl.cpp1408 EGLBoolean eglTerminate(EGLDisplay dpy) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp976 const GLMessage_Function GLMessage::eglTerminate; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1309 static const Function eglTerminate = GLMessage_Function_eglTerminate; member in class:android::gltrace::GLMessage

Completed in 472 milliseconds