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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp93 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { function
/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/libagl/
H A Degl.cpp1600 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp594 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
606 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);

Completed in 121 milliseconds