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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp147 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { method in class:EGLLogWrapper
329 begin("eglSwapBuffers");
333 boolean result = mEgl10.eglSwapBuffers(display, surface);
H A DEGL14.java451 // C function EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
453 public static native boolean eglSwapBuffers( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp578 ALOGE("eglSwapBuffers() failed to lock buffer %p (%ux%u)",
636 * EGL_BUFFER_PRESERVED means that eglSwapBuffers() completely preserves
1889 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1094 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface);
1118 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface);
1122 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) function

Completed in 754 milliseconds