/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 135 SkDebugf("eglChooseConfig failed. EGL Error: 0x%08x\n", eglGetError()); in EGLGLContext() 146 SkDebugf("eglCreateContext failed. EGL Error: 0x%08x\n", eglGetError()); in EGLGLContext() 158 SkDebugf("eglCreatePbufferSurface failed. EGL Error: 0x%08x\n", eglGetError()); in EGLGLContext() 164 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError()); in EGLGLContext()
|
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/ |
D | SkOSWindow_AndroidNative.cpp | 111 SkDebugf("eglCreateWindowSurface failed. EGL Error: 0x%08x\n", eglGetError()); in attach() 116 SkDebugf("eglCreateContext failed. EGL Error: 0x%08x\n", eglGetError()); in attach() 122 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError()); in attach()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 23 { "eglGetError", (deFunctionPtr)eglGetError },
|
D | eglwStaticLibrary15.inl | 30 { "eglGetError", (deFunctionPtr)eglGetError },
|
D | eglwInitCore.inl | 30 dst->getError = (eglGetErrorFunc) loader->get("eglGetError");
|
D | eglwApi.inl | 37 #define eglGetError eglwGetError macro
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 19 eglGetError
|
D | eglapi.c | 850 eglGetError(void) in eglGetError() function 887 { "eglGetError", (_EGLProc) eglGetError }, in eglGetProcAddress()
|
/external/deqp/modules/egl/ |
D | teglQueryConfigTests.cpp | 118 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in checkGetConfigsBounds() 253 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in iterate() 275 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in getValue() 414 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in executeTest()
|
D | teglGetProcAddressTests.cpp | 204 eglu::checkError(eglGetError(), "eglGetProcAddress()", __FILE__, __LINE__); in executeTest() 255 eglu::checkError(eglGetError(), "eglGetProcAddress()", __FILE__, __LINE__); in executeTest()
|
D | teglGetProcAddressTests.inl | 26 "eglGetError",
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
D | GLSurfaceView20.java | 168 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) { in checkEglError() 287 while (egl.eglGetError() != EGL10.EGL_SUCCESS) in printConfig()
|
D | GLSurfaceView20API18.java | 153 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) { in checkEglError() 270 while (egl.eglGetError() != EGL10.EGL_SUCCESS) in printConfig()
|
D | GLSurfaceViewAPI18.java | 798 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext() 1099 int error = mEgl.eglGetError(); in createSurface() 1115 logEglErrorAsWarning("EGLHelper", "eglMakeCurrent", mEgl.eglGetError()); in createSurface() 1155 return mEgl.eglGetError(); in swap() 1198 throwEglException(function, mEgl.eglGetError()); in throwEglException()
|
D | GdxEglConfigChooser.java | 196 egl.eglGetError(); in printConfig()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 105 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) { in checkEglError() 284 while (egl.eglGetError() != EGL10.EGL_SUCCESS); in printConfig()
|
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 116 CHECK_EQ(eglGetError(), EGL_SUCCESS); in CheckError()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 1027 return mEgl.eglGetError() != EGL11.EGL_CONTEXT_LOST; in swap() 1052 throw new RuntimeException(function + " failed: " + mEgl.eglGetError()); in throwEglException() 1058 return currentContext != EGL10.EGL_NO_CONTEXT && mEgl.eglGetError() != EGL11.EGL_CONTEXT_LOST; in verifyContext()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 249 EGLAPI EGLint EGLAPIENTRY eglGetError(void);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 37 eglw::EGLint eglGetError (void);
|
D | egluCallLogWrapper.inl | 326 eglw::EGLint CallLogWrapper::eglGetError () function in CallLogWrapper 329 m_log << TestLog::Message << "eglGetError(" << ");" << TestLog::EndMessage;
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 98 switch (eglGetError()) { in GetEGLError()
|