Home
last modified time | relevance | path

Searched refs:eglGetError (Results 1 – 14 of 14) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/symbols/
DlibEGL.so.functions.txt20 eglGetError
/development/ndk/platforms/android-9/arch-arm/symbols/
DlibEGL.so.functions.txt20 eglGetError
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibEGL.so.functions.txt20 eglGetError
/development/tools/emulator/opengl/system/egl/
Degl_ftable.h20 {"eglGetError", (void *)eglGetError},
Degl.cpp513 EGLint eglGetError() in eglGetError() function
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl_ftable.h20 {"eglGetError", (void *)eglGetError},
Degl_dispatch.h22 eglGetError_t eglGetError; member
67 …ror_t set_eglGetError(eglGetError_t f) { eglGetError_t retval = eglGetError; eglGetError = f; retu… in set_eglGetError()
Degl.cpp264 EGLint eglGetError() in eglGetError() function
266 return getDispatch()->eglGetError(); in eglGetError()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h73 FNDEF(EGLint, eglGetError, (void));
125 #define eglGetError FNPTR(eglGetError) macro
Dimportgl.c116 IMPORT_FUNC(eglGetError); in importGLInit()
Dapp-linux.c84 EGLint error = eglGetError(); in checkEGLErrors()
Dapp-win32.c68 EGLint error = eglGetError(); in checkEGLErrors()
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java128 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) { in checkEglError()
311 while (egl.eglGetError() != EGL10.EGL_SUCCESS); in printConfig()
/development/ndk/platforms/android-9/include/EGL/
Degl.h249 EGLAPI EGLint EGLAPIENTRY eglGetError(void);