Searched refs:EGL_SUCCESS (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/libepoxy/dist/test/
H A Degl_without_glx.c77 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 Deglsync.c47 return EGL_SUCCESS;
52 EGLint err = EGL_SUCCESS;
75 if (err != EGL_SUCCESS) {
81 return EGL_SUCCESS;
112 if (err != EGL_SUCCESS)
H A Deglimage.c65 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 Deglcurrent.h113 _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 Degldispatchstubs.c61 if (errorCode != EGL_SUCCESS) {
91 return FetchVendorFunc(vendor, index, EGL_SUCCESS);
H A Deglsurface.c59 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 Deglcurrent.c106 t->LastError = EGL_SUCCESS;
225 if (errCode != EGL_SUCCESS) {
280 if (errCode != EGL_SUCCESS) {
H A Deglcontext.c89 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 Deglapi.c131 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 Deglsync.c47 return EGL_SUCCESS;
52 EGLint err = EGL_SUCCESS;
75 if (err != EGL_SUCCESS) {
81 return EGL_SUCCESS;
112 if (err != EGL_SUCCESS)
H A Deglimage.c71 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 Deglcurrent.h113 _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 Degldispatchstubs.c88 if (errorCode != EGL_SUCCESS) {
118 return FetchVendorFunc(vendor, index, EGL_SUCCESS);
H A Deglsurface.c59 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 Deglcurrent.c107 t->LastError = EGL_SUCCESS;
232 if (errCode != EGL_SUCCESS) {
287 if (errCode != EGL_SUCCESS) {
H A Deglcontext.c89 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 Deglapi.c133 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 Dtex2vgimage.c130 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 Dvgimage2tex.c120 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 Degl_wgl.c532 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 Degl.h109 #define EGL_SUCCESS 0x3000 macro
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h94 #define EGL_SUCCESS 0x3000 macro
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.0.2.rst48 EGL sets error to EGL_SUCCESS when DRI driver fails to create context
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1777 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 Degl_dri2.c1537 * as EGL_SUCCESS.
1872 return EGL_SUCCESS;
2010 if (egl_error != EGL_SUCCESS)

Completed in 29 milliseconds

12