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

/frameworks/native/opengl/libagl/
H A Degl.cpp1572 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp374 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
386 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp983 const GLMessage_Function GLMessage::eglDestroySurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1316 static const Function eglDestroySurface = GLMessage_Function_eglDestroySurface; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java289 // C function EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
291 public static native boolean eglDestroySurface( method in class:EGL14
H A DEGLLogWrapper.java153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) { method in class:EGLLogWrapper
154 begin("eglDestroySurface");
159 boolean result = mEgl10.eglDestroySurface(display, surface);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java41 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); method in interface:EGL10

Completed in 7154 milliseconds