/external/angle/src/tests/egl_tests/ |
D | EGLDebugTest.cpp | 66 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P() 100 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(&StubCallback, controls)); in TEST_P() 125 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P() 127 EXPECT_EQ(EGL_SUCCESS, eglLabelObjectKHR(EGL_NO_DISPLAY, EGL_OBJECT_THREAD_KHR, nullptr, in TEST_P() 144 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), in TEST_P() 159 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P() 163 static_cast<EGLint>(EGL_SUCCESS), in TEST_P() 165 EXPECT_NE(static_cast<EGLint>(EGL_SUCCESS), in TEST_P() 171 static_cast<EGLint>(EGL_SUCCESS), in TEST_P() 173 EXPECT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
|
D | EGLCreateContextAttribsTest.cpp | 187 ASSERT_EGL_ERROR(EGL_SUCCESS); in TEST_P() 191 ASSERT_EGL_ERROR(EGL_SUCCESS); in TEST_P() 204 ASSERT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
|
/external/mesa3d/src/egl/main/ |
D | eglimage.c | 71 return EGL_SUCCESS; in _eglParseKHRImageAttribs() 101 return EGL_SUCCESS; in _eglParseMESADrmImageAttribs() 119 return EGL_SUCCESS; in _eglParseWLBindWaylandDisplayAttribs() 211 return EGL_SUCCESS; in _eglParseEXTImageDmaBufImportAttribs() 271 return EGL_SUCCESS; in _eglParseEXTImageDmaBufImportModifiersAttribs() 296 if (err == EGL_SUCCESS) in _eglParseImageAttribList() 300 if (err == EGL_SUCCESS) in _eglParseImageAttribList() 304 if (err == EGL_SUCCESS) in _eglParseImageAttribList() 308 if (err == EGL_SUCCESS) in _eglParseImageAttribList() 319 if (err == EGL_SUCCESS) in _eglParseImageAttribList()
|
D | eglsync.c | 47 return EGL_SUCCESS; in _eglParseSyncAttribList() 52 EGLint err = EGL_SUCCESS; in _eglParseSyncAttribList() 75 if (err != EGL_SUCCESS) { in _eglParseSyncAttribList() 81 return EGL_SUCCESS; in _eglParseSyncAttribList() 112 if (err != EGL_SUCCESS) in _eglInitSync()
|
D | eglsurface.c | 59 EGLint i, err = EGL_SUCCESS; in _eglParseSurfaceAttribList() 64 return EGL_SUCCESS; in _eglParseSurfaceAttribList() 87 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() 184 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() 197 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() 277 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() 295 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() 320 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() 324 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 332 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList() [all …]
|
D | eglcurrent.h | 113 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_WARN_KHR, __VA_ARGS__) 116 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_INFO_KHR, __VA_ARGS__)
|
D | eglcurrent.c | 106 t->LastError = EGL_SUCCESS; in _eglInitThreadInfo() 225 if (errCode != EGL_SUCCESS) { in _eglInternalError() 280 if (errCode != EGL_SUCCESS) { in _eglError()
|
D | eglcontext.c | 89 EGLint i, err = EGL_SUCCESS; in _eglParseContextAttribList() 92 return EGL_SUCCESS; in _eglParseContextAttribList() 415 if (err != EGL_SUCCESS) { in _eglParseContextAttribList() 613 if (err == EGL_SUCCESS && ctx->Config) { in _eglInitContext() 623 if (err != EGL_SUCCESS) in _eglInitContext()
|
D | egldispatchstubs.c | 61 if (errorCode != EGL_SUCCESS) { in FetchVendorFunc() 91 return FetchVendorFunc(vendor, index, EGL_SUCCESS); in __eglDispatchFetchByCurrent()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 877 expectError(EGL_SUCCESS); in init() 888 expectError(EGL_SUCCESS); in init() 937 expectError(EGL_SUCCESS); in init() 943 expectError(EGL_SUCCESS); in init() 954 expectError(EGL_SUCCESS); in init() 957 expectError(EGL_SUCCESS); in init() 973 expectError(EGL_SUCCESS); in init() 976 expectError(EGL_SUCCESS); in init() 980 expectError(EGL_SUCCESS); in init() 983 expectError(EGL_SUCCESS); in init() [all …]
|
D | teglClientExtensionTests.cpp | 142 else if (eglError != EGL_SUCCESS) in iterate() 200 else if (eglQueryError != EGL_SUCCESS) in iterate() 261 else if (eglQueryError != EGL_SUCCESS) in iterate()
|
D | teglCreateContextTests.cpp | 101 if (context == EGL_NO_CONTEXT || err != EGL_SUCCESS) in executeForConfig() 154 else if (context == EGL_NO_CONTEXT || err != EGL_SUCCESS) in iterate()
|
D | teglMultiContextTests.cpp | 156 if (context == EGL_NO_CONTEXT || error != EGL_SUCCESS) in iterate() 184 if (!result || makeCurrentError != EGL_SUCCESS) in iterate()
|
/external/libepoxy/test/ |
D | egl_without_glx.c | 77 static EGLenum extra_error = EGL_SUCCESS; 110 if (extra_error != EGL_SUCCESS) { in override_eglGetError() 112 extra_error = EGL_SUCCESS; in override_eglGetError() 162 assert(eglGetError() == EGL_SUCCESS); in main()
|
/external/angle/src/libANGLE/ |
D | Thread.cpp | 29 mError(EGL_SUCCESS), in Thread() 46 mError = EGL_SUCCESS; in setSuccess() 55 if (error != EGL_SUCCESS && message) in setError()
|
D | Error.inc | 82 return (mCode != EGL_SUCCESS); 88 return Error(EGL_SUCCESS);
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | SwapChain11.cpp | 165 if (result != EGL_SUCCESS) in resetOffscreenBuffers() 172 if (result != EGL_SUCCESS) in resetOffscreenBuffers() 180 return EGL_SUCCESS; in resetOffscreenBuffers() 372 return EGL_SUCCESS; in resetOffscreenColorBuffer() 462 return EGL_SUCCESS; in resetOffscreenDepthBuffer() 478 return EGL_SUCCESS; in resize() 484 return EGL_SUCCESS; in resize() 619 return EGL_SUCCESS; in reset() 791 if (result != EGL_SUCCESS) in swapRect() 798 if (result != EGL_SUCCESS) in swapRect() [all …]
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | WindowSurfaceEAGL.mm | 195 return egl::Error(EGL_SUCCESS); 200 return egl::Error(EGL_SUCCESS); 239 return egl::Error(EGL_SUCCESS); 249 return egl::Error(EGL_SUCCESS); 255 return egl::Error(EGL_SUCCESS); 263 return egl::Error(EGL_SUCCESS); 269 return egl::Error(EGL_SUCCESS);
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | WindowSurfaceCGL.mm | 226 return egl::Error(EGL_SUCCESS); 231 return egl::Error(EGL_SUCCESS); 270 return egl::Error(EGL_SUCCESS); 280 return egl::Error(EGL_SUCCESS); 286 return egl::Error(EGL_SUCCESS); 294 return egl::Error(EGL_SUCCESS); 300 return egl::Error(EGL_SUCCESS);
|
/external/angle/util/ |
D | EGLWindow.cpp | 427 if (eglGetError() != EGL_SUCCESS || (mSurface == EGL_NO_SURFACE)) in initializeSurface() 521 if (eglGetError() != EGL_SUCCESS) in createContext() 727 eglGetError() != EGL_SUCCESS) in makeCurrent() 738 if (eglSwapInterval(mDisplay, swapInterval) == EGL_FALSE || eglGetError() != EGL_SUCCESS) in setSwapInterval() 749 return eglGetError() != EGL_SUCCESS; in hasError()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 274 return EGL_SUCCESS; in reset() 282 return EGL_SUCCESS; in swapRect() 377 return EGL_SUCCESS; in swapRect()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.h | 73 egl::setCurrentError(EGL_SUCCESS); in success()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | SurfaceD3D.cpp | 239 else if (status != EGL_SUCCESS) in resizeSwapChain() 265 else if (status != EGL_SUCCESS) in resetSwapChain() 307 else if (status != EGL_SUCCESS) in swapRect()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_errors.cc | 80 case EGL_SUCCESS: in GetEglError()
|
/external/deqp/framework/egl/ |
D | egluDefs.cpp | 41 if (err != EGL_SUCCESS) in checkError()
|