| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | egl_without_glx.c | 77 static EGLenum extra_error = EGL_SUCCESS; 110 if (extra_error != EGL_SUCCESS) { 112 extra_error = EGL_SUCCESS; 162 assert(eglGetError() == EGL_SUCCESS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglsync.c | 47 return EGL_SUCCESS; 52 EGLint err = EGL_SUCCESS; 75 if (err != EGL_SUCCESS) { 81 return EGL_SUCCESS; 112 if (err != EGL_SUCCESS)
|
| H A D | eglimage.c | 65 return EGL_SUCCESS; 95 return EGL_SUCCESS; 113 return EGL_SUCCESS; 205 return EGL_SUCCESS; 265 return EGL_SUCCESS; 290 if (err == EGL_SUCCESS) 294 if (err == EGL_SUCCESS) 298 if (err == EGL_SUCCESS) 302 if (err == EGL_SUCCESS) 313 if (err == EGL_SUCCESS) [all...] |
| H A 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__)
|
| H A D | egldispatchstubs.c | 61 if (errorCode != EGL_SUCCESS) { 91 return FetchVendorFunc(vendor, index, EGL_SUCCESS);
|
| H A D | eglsurface.c | 59 EGLint i, err = EGL_SUCCESS; 64 return EGL_SUCCESS; 87 if (err != EGL_SUCCESS) 184 if (err != EGL_SUCCESS) 197 if (err != EGL_SUCCESS) 277 if (err != EGL_SUCCESS) 295 if (err != EGL_SUCCESS) 312 if (err != EGL_SUCCESS) 316 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { 324 if (err != EGL_SUCCESS) [all...] |
| H A D | eglcurrent.c | 106 t->LastError = EGL_SUCCESS; 225 if (errCode != EGL_SUCCESS) { 280 if (errCode != EGL_SUCCESS) {
|
| H A D | eglcontext.c | 89 EGLint i, err = EGL_SUCCESS; 92 return EGL_SUCCESS; 407 if (err != EGL_SUCCESS) { 605 if (err == EGL_SUCCESS && ctx->Config) { 615 if (err != EGL_SUCCESS)
|
| H A D | eglapi.c | 131 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret) 133 /* record EGL_SUCCESS only when ret evaluates to true */ 135 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret) 318 return EGL_SUCCESS; 336 return EGL_SUCCESS; 431 if (_eglConvertIntsToAttribs(int_attribs, &attrib_list) != EGL_SUCCESS) 1540 EGLint err = EGL_SUCCESS; 1574 t->LastError = EGL_SUCCESS; 1854 if (err != EGL_SUCCESS) 2386 return EGL_SUCCESS; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglsync.c | 47 return EGL_SUCCESS; 52 EGLint err = EGL_SUCCESS; 75 if (err != EGL_SUCCESS) { 81 return EGL_SUCCESS; 112 if (err != EGL_SUCCESS)
|
| H A D | eglimage.c | 71 return EGL_SUCCESS; 101 return EGL_SUCCESS; 119 return EGL_SUCCESS; 211 return EGL_SUCCESS; 271 return EGL_SUCCESS; 296 if (err == EGL_SUCCESS) 300 if (err == EGL_SUCCESS) 304 if (err == EGL_SUCCESS) 308 if (err == EGL_SUCCESS) 319 if (err == EGL_SUCCESS) [all...] |
| H A 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__)
|
| H A D | egldispatchstubs.c | 88 if (errorCode != EGL_SUCCESS) { 118 return FetchVendorFunc(vendor, index, EGL_SUCCESS);
|
| H A D | eglsurface.c | 59 EGLint i, err = EGL_SUCCESS; 64 return EGL_SUCCESS; 87 if (err != EGL_SUCCESS) 184 if (err != EGL_SUCCESS) 197 if (err != EGL_SUCCESS) 292 if (err != EGL_SUCCESS) 310 if (err != EGL_SUCCESS) 335 if (err != EGL_SUCCESS) 339 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { 347 if (err != EGL_SUCCESS) [all...] |
| H A D | eglcurrent.c | 107 t->LastError = EGL_SUCCESS; 232 if (errCode != EGL_SUCCESS) { 287 if (errCode != EGL_SUCCESS) {
|
| H A D | eglcontext.c | 89 EGLint i, err = EGL_SUCCESS; 92 return EGL_SUCCESS; 415 if (err != EGL_SUCCESS) { 613 if (err == EGL_SUCCESS && ctx->Config) { 623 if (err != EGL_SUCCESS)
|
| H A D | eglapi.c | 133 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret) 135 /* record EGL_SUCCESS only when ret evaluates to true */ 137 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret) 317 return EGL_SUCCESS; 335 return EGL_SUCCESS; 435 if (_eglConvertIntsToAttribs(int_attribs, &attrib_list) != EGL_SUCCESS) 1594 EGLint err = EGL_SUCCESS; 1628 t->LastError = EGL_SUCCESS; 1897 if (err != EGL_SUCCESS) 2418 return EGL_SUCCESS; [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 130 eglGetError() != EGL_SUCCESS) 137 eglGetError() != EGL_SUCCESS) 206 eglGetError() != EGL_SUCCESS) 215 eglGetError() != EGL_SUCCESS) 223 eglGetError() != EGL_SUCCESS) 231 eglGetError() != EGL_SUCCESS) 362 if (!eglman->dpy || eglGetError() != EGL_SUCCESS) 370 if (eglGetError() != EGL_SUCCESS)
|
| H A D | vgimage2tex.c | 120 eglGetError() != EGL_SUCCESS) 127 eglGetError() != EGL_SUCCESS) 196 eglGetError() != EGL_SUCCESS) 205 eglGetError() != EGL_SUCCESS) 213 eglGetError() != EGL_SUCCESS) 221 eglGetError() != EGL_SUCCESS) 360 if (!eglman->dpy || eglGetError() != EGL_SUCCESS) 368 if (eglGetError() != EGL_SUCCESS)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 532 EGLint egl_error = EGL_SUCCESS; 573 * as EGL_SUCCESS. 639 if (egl_error != EGL_SUCCESS)
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 109 #define EGL_SUCCESS 0x3000 macro
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 94 #define EGL_SUCCESS 0x3000 macro
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.0.2.rst | 48 EGL sets error to EGL_SUCCESS when DRI driver fails to create context
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1777 EGLint egl_error = EGL_SUCCESS; 1816 * as EGL_SUCCESS. 1879 if (egl_error != EGL_SUCCESS) 2243 return EGL_SUCCESS; 2383 if (egl_error != EGL_SUCCESS)
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1537 * as EGL_SUCCESS. 1872 return EGL_SUCCESS; 2010 if (egl_error != EGL_SUCCESS)
|