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

/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1096 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
1136 "dri2_create_image_khr: unsupported pixmap depth");
1214 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, function
1230 _eglError(EGL_BAD_PARAMETER, "dri2_create_image_khr");
1264 _eglError(EGL_BAD_ALLOC, "dri2_create_image_khr");
1567 dri2_drv->base.API.CreateImageKHR = dri2_create_image_khr;

Completed in 44 milliseconds