Searched refs:dri2_create_image_khr (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_device.c | 188 .create_image = dri2_create_image_khr,
|
H A D | platform_surfaceless.c | 182 .create_image = dri2_create_image_khr,
|
H A D | egl_dri2.h | 491 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
|
H A D | platform_x11.c | 1129 "dri2_create_image_khr: unsupported pixmap depth"); in dri2_create_image_khr_pixmap() 1139 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_pixmap() 1169 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri2_x11_create_image_khr() 1252 .create_image = dri2_create_image_khr, 1268 .create_image = dri2_create_image_khr,
|
H A D | platform_x11_dri3.c | 412 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri3_create_image_khr()
|
H A D | platform_ohos.c | 755 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in ohos_create_image_khr()
|
H A D | platform_drm.c | 501 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri2_drm_create_image_khr()
|
H A D | platform_wayland.c | 1974 .create_image = dri2_create_image_khr, 2634 .create_image = dri2_create_image_khr,
|
H A D | platform_android.c | 1163 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
|
H A D | egl_dri2.c | 2292 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr"); in dri2_create_image_khr_renderbuffer() 2297 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr"); in dri2_create_image_khr_renderbuffer() 2311 _eglError(egl_error_from_dri_image_error(error), "dri2_create_image_khr"); in dri2_create_image_khr_renderbuffer() 2318 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_renderbuffer() 2426 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr"); in dri2_create_image_khr_texture() 2436 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr"); in dri2_create_image_khr_texture() 2444 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr"); in dri2_create_image_khr_texture() 2458 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr"); in dri2_create_image_khr_texture() 2472 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr"); in dri2_create_image_khr_texture() 2543 "dri2_create_image_khr in dri2_create_image_mesa_drm_buffer() 3165 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, dri2_create_image_khr() function [all...] |
Completed in 18 milliseconds