Searched refs:eglMakeCurrent (Results 1 – 13 of 13) sorted by relevance
/development/ndk/sources/android/ndk_helper/ |
D | GLContext.cpp | 154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE ) in InitEGLContext() 192 eglMakeCurrent( display_, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT ); in Terminate() 235 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_TRUE ) in Resume()
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libEGL.so.functions.txt | 24 eglMakeCurrent
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libEGL.so.functions.txt | 24 eglMakeCurrent
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libEGL.so.functions.txt | 24 eglMakeCurrent
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libEGL.so.functions.txt | 24 eglMakeCurrent
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
D | libEGL.so.functions.txt | 24 eglMakeCurrent
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libEGL.so.functions.txt | 24 eglMakeCurrent
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 75 FNDEF(EGLBoolean, eglMakeCurrent, (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx… 127 #define eglMakeCurrent FNPTR(eglMakeCurrent) macro
|
D | app-linux.c | 176 success = eglMakeCurrent(sEglDisplay, sEglSurface, in initGraphics() 188 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL); in deinitGraphics()
|
D | app-win32.c | 140 success = eglMakeCurrent(sEglDisplay, sEglSurface, in initEGL() 152 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL); in deinitEGL()
|
D | importgl.c | 118 IMPORT_FUNC(eglMakeCurrent); in importGLInit()
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
D | main.c | 104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) { in engine_init_display() 150 eglMakeCurrent(engine->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in engine_term_display()
|
/development/ndk/platforms/android-9/include/EGL/ |
D | egl.h | 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
|