Searched defs:eglSwapBuffers (Results 1 – 9 of 9) sorted by relevance
44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method in EGLImpl
328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() method in EGLLogWrapper
435 public static native boolean eglSwapBuffers( in eglSwapBuffers() method in EGL14
119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
939 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers() function
1861 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers() function
589 eglSwapBuffers = 2020; enumerator
1202 const GLMessage_Function GLMessage::eglSwapBuffers; member in android::gltrace::GLMessage
1550 static const Function eglSwapBuffers = GLMessage_Function_eglSwapBuffers; variable