/development/tools/emulator/opengl/tests/ut_renderer/ |
D | RendererSurface.cpp | 45 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError()); in getEglConfig() 50 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError()); in getEglConfig() 95 if (eglGetError() != EGL_SUCCESS) { in create()
|
D | RendererContext.cpp | 29 if (eglGetError() != EGL_SUCCESS) return NULL; in create()
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libEGL.so.functions.txt | 20 eglGetError
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libEGL.so.functions.txt | 20 eglGetError
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 20 {"eglGetError", (void *)eglGetError},
|
D | egl_dispatch.h | 22 eglGetError_t eglGetError; member 67 …ror_t set_eglGetError(eglGetError_t f) { eglGetError_t retval = eglGetError; eglGetError = f; retu… in set_eglGetError()
|
D | egl.cpp | 264 EGLint eglGetError() in eglGetError() function 266 return getDispatch()->eglGetError(); in eglGetError()
|
/development/tools/emulator/opengl/system/egl/ |
D | egl_ftable.h | 20 {"eglGetError", (void *)eglGetError},
|
D | egl.cpp | 549 EGLint eglGetError() in eglGetError() function
|
/development/tools/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl_ftable.h | 20 {"eglGetError", (void *)eglGetError},
|
D | egl_dispatch.h | 22 eglGetError_t eglGetError; member 67 …ror_t set_eglGetError(eglGetError_t f) { eglGetError_t retval = eglGetError; eglGetError = f; retu… in set_eglGetError()
|
D | egl.cpp | 64 EGLint eglGetError() in eglGetError() function 66 return getDispatch()->eglGetError(); in eglGetError()
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 74 FNDEF(EGLint, eglGetError, (void)); 126 #define eglGetError FNPTR(eglGetError) macro
|
D | importgl.c | 116 IMPORT_FUNC(eglGetError); in importGLInit()
|
D | app-linux.c | 84 EGLint error = eglGetError(); in checkEGLErrors()
|
D | app-win32.c | 68 EGLint error = eglGetError(); in checkEGLErrors()
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
D | EGLDispatch.h | 22 eglGetError_t eglGetError; member
|
D | EGLDispatch.cpp | 42 s_egl.eglGetError = (eglGetError_t) lib->findSymbol("eglGetError"); in init_egl_dispatch()
|
D | FrameBuffer.cpp | 203 printf("Failed to create Context 0x%x\n", s_egl.eglGetError()); in initialize() 220 printf("Failed to create Pbuffer Context 0x%x\n", s_egl.eglGetError()); in initialize() 240 printf("Failed to create pbuf surface for FB 0x%x\n", s_egl.eglGetError()); in initialize()
|
D | ColorBuffer.cpp | 176 printf("eglBindTexImage failed 0x%x\n", s_egl.eglGetError()); in blitFromPbuffer()
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 128 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/ |
D | egl.h | 249 EGLAPI EGLint EGLAPIENTRY eglGetError(void);
|
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 249 EGLAPI EGLint EGLAPIENTRY eglGetError(void);
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
D | DebuggerMessage.java | 194 eglGetError(164, 164), enumConstant 392 case 164: return eglGetError; in valueOf()
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
D | EglImp.cpp | 145 EGLAPI EGLint EGLAPIENTRY eglGetError(void) { in eglGetError() function
|