Home
last modified time | relevance | path

Searched refs:eglSwapBuffers (Results 1 – 13 of 13) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/symbols/
DlibEGL.so.functions.txt33 eglSwapBuffers
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibEGL.so.functions.txt33 eglSwapBuffers
/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibEGL.so.functions.txt33 eglSwapBuffers
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibEGL.so.functions.txt33 eglSwapBuffers
/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibEGL.so.functions.txt33 eglSwapBuffers
/development/ndk/platforms/android-9/arch-arm/symbols/
DlibEGL.so.functions.txt33 eglSwapBuffers
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h76 FNDEF(EGLBoolean, eglSwapBuffers, (EGLDisplay dpy, EGLSurface draw));
128 #define eglSwapBuffers FNPTR(eglSwapBuffers) macro
Dimportgl.c119 IMPORT_FUNC(eglSwapBuffers); in importGLInit()
Dapp-linux.c238 eglSwapBuffers(sEglDisplay, sEglSurface); in main()
Dapp-win32.c285 eglSwapBuffers(sEglDisplay, sEglSurface); in WinMain()
/development/ndk/sources/android/ndk_helper/
DGLContext.cpp166 bool b = eglSwapBuffers( display_, surface_ ); in Swap()
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c142 eglSwapBuffers(engine->display, engine->surface); in engine_draw_frame()
/development/ndk/platforms/android-9/include/EGL/
Degl.h312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);