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
453 public static native boolean eglSwapBuffers( in eglSwapBuffers() method in EGL14
119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
1046 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers() function
1861 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers() function
779 eglSwapBuffers = 2020; enumerator
1584 const GLMessage_Function GLMessage::eglSwapBuffers; member in android::gltrace::GLMessage
1932 static const Function eglSwapBuffers = GLMessage_Function_eglSwapBuffers; variable