Home
last modified time | relevance | path

Searched refs:dri2_create_image_khr (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_device.c188 .create_image = dri2_create_image_khr,
H A Dplatform_surfaceless.c182 .create_image = dri2_create_image_khr,
H A Degl_dri2.h491 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
H A Dplatform_x11.c1129 "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 Dplatform_x11_dri3.c412 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri3_create_image_khr()
H A Dplatform_ohos.c755 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in ohos_create_image_khr()
H A Dplatform_drm.c501 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri2_drm_create_image_khr()
H A Dplatform_wayland.c1974 .create_image = dri2_create_image_khr,
2634 .create_image = dri2_create_image_khr,
H A Dplatform_android.c1163 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
H A Degl_dri2.c2292 _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