Home
last modified time | relevance | path

Searched refs:EGL_BAD_ALLOC (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp219 return egl::Error(EGL_BAD_ALLOC, "eglCreateSyncKHR failed to create sync object"); in initialize()
240 return egl::Error(EGL_BAD_ALLOC); in clientWait()
259 return egl::Error(EGL_BAD_ALLOC); in clientWait()
271 return egl::Error(EGL_BAD_ALLOC); in serverWait()
281 return egl::Error(EGL_BAD_ALLOC); in getStatus()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp464 return egl::Error(EGL_BAD_ALLOC, "eglCreateSyncKHR failed to create sync object"); in initialize()
474 vk::GetImpl(display), EGL_BAD_ALLOC); in initialize()
478 return egl::Error(EGL_BAD_ALLOC); in initialize()
497 return egl::Error(EGL_BAD_ALLOC); in clientWait()
516 return egl::Error(EGL_BAD_ALLOC); in clientWait()
533 return angle::ToEGL(mSyncHelper->serverWait(contextVk), displayVk, EGL_BAD_ALLOC); in serverWait()
541 return egl::Error(EGL_BAD_ALLOC); in getStatus()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c153 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_drm_create_window_surface()
334 _eglError(EGL_BAD_ALLOC, "failed to allocate color buffer"); in dri2_drm_get_buffers_with_format()
344 _eglError(EGL_BAD_ALLOC, "failed to allocate local buffer"); in dri2_drm_get_buffers_with_format()
442 return _eglError(EGL_BAD_ALLOC, "dri2_swap_buffers"); in dri2_drm_swap_buffers()
460 _eglError(EGL_BAD_ALLOC, "dri2_query_buffer_age"); in dri2_drm_query_buffer_age()
477 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr_pixmap"); in dri2_drm_create_image_khr_pixmap()
486 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr_pixmap"); in dri2_drm_create_image_khr_pixmap()
692 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_drm()
Dplatform_x11_dri3.c163 _eglError(EGL_BAD_ALLOC, "dri3_create_surface"); in dri3_create_surface()
199 _eglError(EGL_BAD_ALLOC, "dri3_surface_create"); in dri3_create_surface()
205 _eglError(EGL_BAD_ALLOC, "dri3_surface_create"); in dri3_create_surface()
304 _eglError(EGL_BAD_ALLOC, "xcb_dri3_buffer_from_pixmap"); in dri3_create_image_khr_pixmap()
318 _eglError(EGL_BAD_ALLOC, "dri3_create_image_khr"); in dri3_create_image_khr_pixmap()
370 _eglError(EGL_BAD_ALLOC, "dri3_create_image_khr"); in dri3_create_image_khr_pixmap_from_buffers()
Dplatform_wayland.c319 _eglError(EGL_BAD_ALLOC, "dri2_wl_formats_init"); in dri2_wl_formats_init()
607 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
613 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
679 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
686 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
695 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
703 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
713 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_wl_create_window_surface()
1142 _eglError(EGL_BAD_ALLOC, "failed to allocate color buffer"); in update_buffers()
1202 _eglError(EGL_BAD_ALLOC, "failed to allocate local buffer"); in dri2_wl_get_buffers_with_format()
[all …]
Dplatform_x11.c283 _eglError(EGL_BAD_ALLOC, "dri2_create_surface"); in dri2_x11_create_surface()
315 _eglError(EGL_BAD_ALLOC, "xcb_get_geometry"); in dri2_x11_create_surface()
324 _eglError(EGL_BAD_ALLOC, "xcb_get_geometry"); in dri2_x11_create_surface()
347 _eglError(EGL_BAD_ALLOC, "xcb_dri2_create_drawable_checked"); in dri2_x11_create_surface()
1119 _eglError(EGL_BAD_ALLOC, "xcb_get_geometry"); in dri2_create_image_khr_pixmap()
1139 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_pixmap()
1391 return _eglError(EGL_BAD_ALLOC, msg); in dri2_get_xcb_connection()
1427 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_x11_swrast()
1511 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_x11_dri3()
1619 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_x11_dri2()
Dplatform_surfaceless.c126 _eglError(EGL_BAD_ALLOC, "eglCreatePbufferSurface"); in dri2_surfaceless_create_surface()
334 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_surfaceless()
Dplatform_device.c133 _eglError(EGL_BAD_ALLOC, "eglCreatePbufferSurface"); in dri2_device_create_surface()
349 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_device()
Degl_dri2.c1354 egl_error = EGL_BAD_ALLOC; in dri2_create_context_attribs_error()
1506 _eglError(EGL_BAD_ALLOC, "eglCreateContext"); in dri2_create_context()
1768 return _eglError(EGL_BAD_ALLOC, "no createNewDrawable"); in dri2_create_drawable()
1774 return _eglError(EGL_BAD_ALLOC, "createNewDrawable"); in dri2_create_drawable()
2241 _eglError(EGL_BAD_ALLOC, "dri2_create_image"); in dri2_create_image_from_dri()
2247 _eglError(EGL_BAD_ALLOC, "dri2_create_image"); in dri2_create_image_from_dri()
2268 return EGL_BAD_ALLOC; in egl_error_from_dri_image_error()
2277 return EGL_BAD_ALLOC; in egl_error_from_dri_image_error()
2318 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_renderbuffer()
2472 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_texture()
[all …]
Dplatform_ohos.c344 _eglError(EGL_BAD_ALLOC, "ohos_create_surface"); in ohos_create_surface()
369 _eglError(EGL_BAD_ALLOC, "ohos_create_surface"); in ohos_create_surface()
636 _eglError(EGL_BAD_ALLOC, "ohos_query_buffer_age"); in ohos_query_buffer_age()
1246 return _eglError(EGL_BAD_ALLOC, "eglInitialize"); in dri2_initialize_ohos()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp148 return EGL_BAD_ALLOC; in reset()
235 return EGL_BAD_ALLOC; in reset()
265 return EGL_BAD_ALLOC; in reset()
356 return EGL_BAD_ALLOC; in swapRect()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp148 return EGL_BAD_ALLOC; in reset()
235 return EGL_BAD_ALLOC; in reset()
265 return EGL_BAD_ALLOC; in reset()
356 return EGL_BAD_ALLOC; in swapRect()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp87 _eglError(EGL_BAD_ALLOC, "haiku_create_window_surface"); in haiku_create_window_surface()
150 return _eglError(EGL_BAD_ALLOC, "haiku_add_configs_for_visuals"); in haiku_add_configs_for_visuals()
248 _eglError(EGL_BAD_ALLOC, "haiku_create_context"); in haiku_create_context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp272 return EGL_BAD_ALLOC; in resetOffscreenColorBuffer()
320 return EGL_BAD_ALLOC; in resetOffscreenColorBuffer()
340 return EGL_BAD_ALLOC; in resetOffscreenColorBuffer()
429 return EGL_BAD_ALLOC; in resetOffscreenDepthBuffer()
502 return EGL_BAD_ALLOC; in resize()
522 return EGL_BAD_ALLOC; in resize()
643 return EGL_BAD_ALLOC; in reset()
821 return EGL_BAD_ALLOC; in copyOffscreenToBackbuffer()
/third_party/mesa3d/src/egl/main/
Deglcurrent.c111 case EGL_BAD_ALLOC: in _eglInternalError()
161 if (errCode == EGL_BAD_ALLOC) in _eglError()
Deglapi.c315 return EGL_BAD_ALLOC; in _eglConvertIntsToAttribs()
319 return EGL_BAD_ALLOC; in _eglConvertIntsToAttribs()
435 RETURN_EGL_ERROR(NULL, EGL_BAD_ALLOC, NULL); in eglGetPlatformDisplayEXT()
997 RETURN_EGL_ERROR(disp, EGL_BAD_ALLOC, EGL_NO_SURFACE); in _eglCreateWindowSurfaceCommon()
1073 RETURN_EGL_ERROR(disp, EGL_BAD_ALLOC, EGL_NO_SURFACE); in eglCreatePlatformWindowSurface()
1140 RETURN_EGL_ERROR(disp, EGL_BAD_ALLOC, EGL_NO_SURFACE); in _eglCreatePixmapSurfaceCommon()
1188 RETURN_EGL_ERROR(disp, EGL_BAD_ALLOC, EGL_NO_SURFACE); in eglCreatePlatformPixmapSurface()
1715 RETURN_EGL_ERROR(disp, EGL_BAD_ALLOC, EGL_NO_SURFACE); in eglCreatePbufferFromClientBuffer()
1789 RETURN_EGL_ERROR(disp, EGL_BAD_ALLOC, EGL_NO_IMAGE); in eglCreateImage()
2427 _EGL_FUNC_START(NULL, EGL_NONE, NULL, EGL_BAD_ALLOC); in eglLabelObjectKHR()
[all …]
Degldisplay.c663 _eglError(EGL_BAD_ALLOC, "eglGetPlatformDisplay"); in _eglGetDeviceDisplay()
677 _eglError(EGL_BAD_ALLOC, "eglGetPlatformDisplay"); in _eglGetDeviceDisplay()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DSurface.cpp85 return error(EGL_BAD_ALLOC, false); in initialize()
99 return error(EGL_BAD_ALLOC, false); in initialize()
409 return error(EGL_BAD_ALLOC, false); in reset()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSyncMtl.mm240 return egl::Error(EGL_BAD_ALLOC, "eglCreateSyncKHR failed to create sync object");
259 return egl::Error(EGL_BAD_ALLOC);
278 return egl::Error(EGL_BAD_ALLOC);
302 return egl::Error(EGL_BAD_ALLOC);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp272 return EGL_BAD_ALLOC; in resetOffscreenColorBuffer()
417 return EGL_BAD_ALLOC; in resetOffscreenDepthBuffer()
490 return EGL_BAD_ALLOC; in resize()
507 return EGL_BAD_ALLOC; in resize()
625 return EGL_BAD_ALLOC; in reset()
803 return EGL_BAD_ALLOC; in copyOffscreenToBackbuffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstegl.c52 case EGL_BAD_ALLOC: in gst_egl_get_error_string()
/third_party/vk-gl-cts/framework/egl/
DegluDefs.cpp48 if (err == EGL_BAD_ALLOC) in checkError()
DegluStrUtil.inl46 case EGL_BAD_ALLOC: return "EGL_BAD_ALLOC";
/third_party/vk-gl-cts/modules/egl/
DteglMemoryStressTests.cpp237 if (error.getError() == EGL_BAD_ALLOC) in allocatePBuffer()
301 if (error.getError() == EGL_BAD_ALLOC) in allocateContext()
/third_party/EGL/extensions/MESA/
DEGL_MESA_query_driver.txt78 EGL_BAD_ALLOC error is generated.

1234