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

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dimportgl.h76 FNDEF(EGLBoolean, eglSwapBuffers, (EGLDisplay dpy, EGLSurface draw));
128 #define eglSwapBuffers FNPTR(eglSwapBuffers) macro
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl_dispatch.h53 eglSwapBuffers_t eglSwapBuffers; member in struct:egl_dispatch
98 eglSwapBuffers_t set_eglSwapBuffers(eglSwapBuffers_t f) { eglSwapBuffers_t retval = eglSwapBuffers; eglSwapBuffers = f; return retval;}
H A Degl.cpp596 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) function
605 return getDispatch()->eglSwapBuffers(dpy, surface);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp1094 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) function

Completed in 13 milliseconds