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

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_device.c187 .create_image = dri2_create_image_khr,
H A Dplatform_surfaceless.c181 .create_image = dri2_create_image_khr,
H A Degl_dri2.h457 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
H A Dplatform_x11_dri3.c396 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
H A Dplatform_x11.c1097 "dri2_create_image_khr: unsupported pixmap depth");
1107 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
1137 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
1171 .create_image = dri2_create_image_khr,
H A Dplatform_wayland.c1423 .create_image = dri2_create_image_khr,
2046 .create_image = dri2_create_image_khr,
H A Dplatform_drm.c501 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
H A Dplatform_android.c1147 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
H A Degl_dri2.c2269 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2274 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2288 _eglError(egl_error_from_dri_image_error(error), "dri2_create_image_khr");
2295 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
2403 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2413 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2421 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2435 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2449 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
2520 "dri2_create_image_khr
3140 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, function in typeref:typename:_EGLImage *
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_surfaceless.c223 .create_image = dri2_create_image_khr,
H A Degl_dri2.h412 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp,
H A Dplatform_x11_dri3.c394 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
H A Dplatform_wayland.c1307 .create_image = dri2_create_image_khr,
2043 .create_image = dri2_create_image_khr,
H A Dplatform_x11.c1186 "dri2_create_image_khr: unsupported pixmap depth");
1196 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
1229 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
1263 .create_image = dri2_create_image_khr,
H A Dplatform_drm.c494 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
H A Dplatform_android.c1055 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
H A Degl_dri2.c1898 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
1903 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
1917 _eglError(egl_error_from_dri_image_error(error), "dri2_create_image_khr");
1924 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
2030 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2040 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2048 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2062 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
2076 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
2146 "dri2_create_image_khr
2747 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, function in typeref:typename:_EGLImage *
[all...]

Completed in 34 milliseconds