Searched defs:eglDestroySurface (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
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);
H A DEGL14.java295 // C function EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
297 public static native boolean eglDestroySurface( method in class:EGL14
/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
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp563 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
575 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp1572 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1573 const GLMessage_Function GLMessage::eglDestroySurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1921 static const Function eglDestroySurface = GLMessage_Function_eglDestroySurface; member in class:android::gltrace::GLMessage

Completed in 927 milliseconds