Home
last modified time | relevance | path

Searched refs:_eglError (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.c363 _eglError(EGL_BAD_MATCH, "eglCreateContext(no client API)"); in _eglInitContext()
391 return _eglError(err, "eglCreateContext"); in _eglInitContext()
421 return _eglError(EGL_BAD_PARAMETER, "eglQueryContext"); in _eglQueryContext()
426 return _eglError(EGL_BAD_ATTRIBUTE, "eglQueryContext"); in _eglQueryContext()
439 return _eglError(EGL_BAD_ATTRIBUTE, "eglQueryContext"); in _eglQueryContext()
485 return _eglError(EGL_BAD_ALLOC, "eglMakeCurrent"); in _eglCheckMakeCurrent()
490 return _eglError(EGL_BAD_MATCH, "eglMakeCurrent"); in _eglCheckMakeCurrent()
497 return _eglError(EGL_BAD_MATCH, "eglMakeCurrent"); in _eglCheckMakeCurrent()
512 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); in _eglCheckMakeCurrent()
516 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); in _eglCheckMakeCurrent()
[all …]
Deglsync.c76 return _eglError(EGL_BAD_ATTRIBUTE, "eglCreateSyncKHR"); in _eglInitSync()
85 return _eglError(err, "eglCreateSyncKHR"); in _eglInitSync()
96 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigs"); in _eglGetSyncAttribKHR()
107 return _eglError(EGL_BAD_ATTRIBUTE, "eglGetSyncAttribKHR"); in _eglGetSyncAttribKHR()
111 return _eglError(EGL_BAD_ATTRIBUTE, "eglGetSyncAttribKHR"); in _eglGetSyncAttribKHR()
Deglmode.c105 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(handle)"); in _eglParseModeAttribs()
112 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(width)"); in _eglParseModeAttribs()
119 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(height)"); in _eglParseModeAttribs()
126 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(refresh rate)"); in _eglParseModeAttribs()
133 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(interlaced)"); in _eglParseModeAttribs()
140 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(optimal)"); in _eglParseModeAttribs()
145 _eglError(EGL_BAD_ATTRIBUTE, "eglChooseModeMESA"); in _eglParseModeAttribs()
275 _eglError(EGL_BAD_MODE_MESA, "eglChooseModeMESA(out of memory)"); in _eglChooseModeMESA()
338 _eglError(EGL_BAD_ATTRIBUTE, "eglGetModeAttribMESA"); in _eglGetModeAttribMESA()
Deglsurface.c312 _eglError(EGL_BAD_CONFIG, func); in _eglInitSurface()
345 return _eglError(err, func); in _eglInitSurface()
413 _eglError(EGL_BAD_ATTRIBUTE, "eglQuerySurface"); in _eglQuerySurface()
480 return _eglError(err, "eglSurfaceAttrib"); in _eglSurfaceAttrib()
499 _eglError(EGL_BAD_SURFACE, "eglBindTexImage"); in _eglBindTexImage()
504 _eglError(EGL_BAD_MATCH, "eglBindTexImage"); in _eglBindTexImage()
509 _eglError(EGL_BAD_MATCH, "eglBindTexImage"); in _eglBindTexImage()
514 _eglError(EGL_BAD_PARAMETER, "eglBindTexImage"); in _eglBindTexImage()
Deglconfig.c721 return _eglError(EGL_BAD_PARAMETER, "eglChooseConfigs"); in _eglFilterConfigArray()
733 return _eglError(EGL_BAD_ALLOC, "eglChooseConfig(out of memory)"); in _eglFilterConfigArray()
782 return _eglError(EGL_BAD_ATTRIBUTE, "eglChooseConfig"); in _eglChooseConfig()
799 return _eglError(EGL_BAD_ATTRIBUTE, "eglGetConfigAttrib"); in _eglGetConfigAttrib()
804 return _eglError(EGL_BAD_ATTRIBUTE, "eglGetConfigAttrib"); in _eglGetConfigAttrib()
811 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigAttrib"); in _eglGetConfigAttrib()
835 return _eglError(EGL_BAD_PARAMETER, "eglGetConfigs"); in _eglGetConfigs()
Deglcurrent.h113 _eglError(EGLint errCode, const char *msg);
Deglapi.c114 _eglError(err, __FUNCTION__); \
167 _eglError(EGL_BAD_DISPLAY, msg); in _eglCheckDisplay()
171 _eglError(EGL_NOT_INITIALIZED, msg); in _eglCheckDisplay()
185 _eglError(EGL_BAD_SURFACE, msg); in _eglCheckSurface()
199 _eglError(EGL_BAD_CONTEXT, msg); in _eglCheckContext()
213 _eglError(EGL_BAD_CONFIG, msg); in _eglCheckConfig()
227 _eglError(EGL_BAD_PARAMETER, msg); in _eglCheckSync()
244 _eglError(EGL_BAD_SCREEN_MESA, msg); in _eglCheckScreen()
258 _eglError(EGL_BAD_MODE_MESA, msg); in _eglCheckMode()
Deglmisc.c169 _eglError(EGL_BAD_PARAMETER, "eglQueryString"); in _eglQueryString()
Deglscreen.c227 _eglError(EGL_BAD_ATTRIBUTE, "eglQueryScreenMESA"); in _eglQueryScreenMESA()
Deglcurrent.c268 _eglError(EGLint errCode, const char *msg) in _eglError() function
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c127 return _eglError(EGL_BAD_ATTRIBUTE, "eglChooseConfig"); in egl_g3d_choose_config()
137 return _eglError(EGL_BAD_NATIVE_PIXMAP, "eglChooseConfig"); in egl_g3d_choose_config()
157 _eglError(EGL_BAD_ALLOC, "eglCreateContext"); in egl_g3d_create_context()
251 _eglError(EGL_BAD_ALLOC, err); in egl_g3d_create_surface()
354 _eglError(EGL_BAD_ALLOC, func); in create_pbuffer_surface()
406 _eglError(EGL_BAD_PARAMETER, "eglCreatePbufferFromClientBuffer"); in egl_g3d_create_pbuffer_from_client_buffer()
431 _eglError(err, "eglCreatePbufferFromClientBuffer"); in egl_g3d_create_pbuffer_from_client_buffer()
616 return _eglError(EGL_BAD_PARAMETER, "eglPostSubBufferNV"); in egl_g3d_post_sub_buffer()
680 return _eglError(EGL_BAD_PARAMETER, "eglWaitNative"); in egl_g3d_wait_native()
703 return _eglError(EGL_BAD_SURFACE, "eglBindTexImage"); in egl_g3d_bind_tex_image()
[all …]
Degl_g3d_sync.c160 _eglError(EGL_BAD_MATCH, "eglCreateSyncKHR"); in egl_g3d_create_sync()
166 _eglError(EGL_BAD_ALLOC, "eglCreateSyncKHR"); in egl_g3d_create_sync()
188 _eglError(err, "eglCreateSyncKHR"); in egl_g3d_create_sync()
270 return _eglError(EGL_BAD_MATCH, "eglSignalSyncKHR"); in egl_g3d_signal_sync()
Degl_g3d_image.c234 _eglError(EGL_BAD_ALLOC, "eglCreateEGLImageKHR"); in egl_g3d_create_image()
277 _eglError(EGL_BAD_MATCH, "eglCreateEGLImageKHR"); in egl_g3d_create_image()
283 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR"); in egl_g3d_create_image()
317 _eglError(EGL_BAD_ALLOC, "eglCreateDRMImageKHR"); in egl_g3d_create_drm_image()
Degl_g3d.c534 _eglError(EGL_BAD_ALLOC, "eglInitialize"); in egl_g3d_initialize()
545 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(no usable display)"); in egl_g3d_initialize()
550 _eglError(EGL_NOT_INITIALIZED, in egl_g3d_initialize()
566 _eglError(EGL_NOT_INITIALIZED, in egl_g3d_initialize()
616 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(unable to add configs)"); in egl_g3d_initialize()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c48 _eglError(EGL_BAD_SURFACE, "no front buffer"); in lock_front_buffer()
101 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_create_surface()
129 _eglError(EGL_BAD_ALLOC, "dri2->createNewDrawable"); in dri2_create_surface()
259 _eglError(EGL_BAD_ALLOC, "failed to allocate color buffer"); in dri2_get_buffers_with_format()
266 _eglError(EGL_BAD_ALLOC, "failed to allocate aux buffer"); in dri2_get_buffers_with_format()
331 _eglError(EGL_BAD_SURFACE, "dri2_swap_buffers"); in dri2_swap_buffers()
352 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr_pixmap"); in dri2_create_image_khr_pixmap()
364 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr_pixmap"); in dri2_create_image_khr_pixmap()
404 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_drm()
Degl_dri2.c287 _eglError(EGL_BAD_PARAMETER, "dri2_lookup_egl_image"); in dri2_lookup_egl_image()
703 _eglError(egl_error, "dri2_create_context"); in dri2_create_context_attribs_error()
726 _eglError(EGL_BAD_ALLOC, "eglCreateContext"); in dri2_create_context()
744 _eglError(EGL_BAD_PARAMETER, "eglCreateContext"); in dri2_create_context()
758 _eglError(EGL_BAD_PARAMETER, "eglCreateContext"); in dri2_create_context()
802 _eglError(EGL_BAD_MATCH, "eglCreateContext"); in dri2_create_context()
816 _eglError(EGL_BAD_CONFIG, "eglCreateContext"); in dri2_create_context()
978 return _eglError(EGL_BAD_PARAMETER, "eglWaitNative"); in dri2_wait_native()
1065 _eglError(EGL_BAD_ALLOC, "dri2_create_image"); in dri2_create_image()
1071 _eglError(EGL_BAD_ALLOC, "dri2_create_image"); in dri2_create_image()
[all …]
Dplatform_android.c154 _eglError(EGL_BAD_ALLOC, "droid_create_surface"); in droid_create_surface()
165 _eglError(EGL_BAD_NATIVE_WINDOW, "droid_create_surface"); in droid_create_surface()
169 _eglError(EGL_BAD_NATIVE_WINDOW, "droid_create_surface"); in droid_create_surface()
187 _eglError(EGL_BAD_ALLOC, "dri2->createNewDrawable"); in droid_create_surface()
292 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR"); in dri2_create_image_android_native_buffer()
298 _eglError(EGL_BAD_PARAMETER, "eglCreateEGLImageKHR"); in dri2_create_image_android_native_buffer()
328 _eglError(EGL_BAD_ALLOC, "droid_create_image_mesa_drm"); in dri2_create_image_android_native_buffer()
347 _eglError(EGL_BAD_ALLOC, "droid_create_image_mesa_drm"); in dri2_create_image_android_native_buffer()
702 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_android()
765 return _eglError(EGL_NOT_INITIALIZED, err); in dri2_initialize_android()
Dplatform_x11.c193 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_create_surface()
227 _eglError(EGL_BAD_ALLOC, "dri2->createNewDrawable"); in dri2_create_surface()
241 _eglError(EGL_BAD_ALLOC, "xcb_get_geometry"); in dri2_create_surface()
803 _eglError(EGL_BAD_PARAMETER, "eglPostSubBufferNV"); in dri2_post_sub_buffer()
895 _eglError(EGL_BAD_ALLOC, "xcb_get_geometry"); in dri2_create_image_khr_pixmap()
912 _eglError(EGL_BAD_PARAMETER, in dri2_create_image_khr_pixmap()
923 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_pixmap()
985 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_x11_swrast()
1061 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_x11_dri2()
Dplatform_wayland.c130 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_create_surface()
176 _eglError(EGL_BAD_ALLOC, "dri2->createNewDrawable"); in dri2_create_surface()
766 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_wayland()
797 _eglError(EGL_BAD_ALLOC, "DRI2: failed to get driver name"); in dri2_initialize_wayland()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c603 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in GLX_eglInitialize()
686 _eglError(EGL_BAD_ALLOC, "eglCreateContext"); in GLX_eglCreateContext()
839 _eglError(EGL_BAD_ALLOC, "eglCreateWindowSurface"); in GLX_eglCreateWindowSurface()
887 _eglError(EGL_BAD_ALLOC, "eglCreatePixmapSurface"); in GLX_eglCreatePixmapSurface()
948 _eglError(EGL_BAD_ALLOC, "eglCreatePbufferSurface"); in GLX_eglCreatePbufferSurface()
1053 return _eglError(EGL_BAD_PARAMETER, "eglWaitNative"); in GLX_eglWaitNative()