| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_device.c | 187 .create_image = dri2_create_image_khr,
|
| H A D | platform_surfaceless.c | 181 .create_image = dri2_create_image_khr,
|
| H A D | egl_dri2.h | 457 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
|
| H A D | platform_x11_dri3.c | 396 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
|
| H A D | platform_x11.c | 1097 "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 D | platform_wayland.c | 1423 .create_image = dri2_create_image_khr, 2046 .create_image = dri2_create_image_khr,
|
| H A D | platform_drm.c | 501 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
|
| H A D | platform_android.c | 1147 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
|
| H A D | egl_dri2.c | 2269 _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 D | platform_surfaceless.c | 223 .create_image = dri2_create_image_khr,
|
| H A D | egl_dri2.h | 412 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp,
|
| H A D | platform_x11_dri3.c | 394 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
|
| H A D | platform_wayland.c | 1307 .create_image = dri2_create_image_khr, 2043 .create_image = dri2_create_image_khr,
|
| H A D | platform_x11.c | 1186 "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 D | platform_drm.c | 494 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
|
| H A D | platform_android.c | 1055 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list);
|
| H A D | egl_dri2.c | 1898 _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...] |