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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp151 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.java452 // C function EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
454 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.java120 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp569 ALOGE("eglSwapBuffers() failed to lock buffer %p (%ux%u)",
627 * EGL_BUFFER_PRESERVED means that eglSwapBuffers() completely preserves
1902 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1174 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface);
1197 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface);
1201 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) function

Completed in 83 milliseconds