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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp67 EGLBoolean eglTerminate(EGLDisplay dpy) { function
/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);
H A DEGL14.java180 // C function EGLBoolean eglTerminate ( EGLDisplay dpy )
182 public static native boolean eglTerminate( method in class:EGL14
/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.java121 boolean eglTerminate(EGLDisplay display); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1455 EGLBoolean eglTerminate(EGLDisplay dpy) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp310 EGLBoolean eglTerminate(EGLDisplay dpy) function
313 // after eglTerminate() has been called. eglTerminate() only

Completed in 132 milliseconds