Searched refs:dri_image_front (Results 1 – 3 of 3) sorted by relevance
447 if (dri2_surf->dri_image_front) { in ohos_destroy_surface()449 dri2_dpy->image->destroyImage(dri2_surf->dri_image_front); in ohos_destroy_surface()450 dri2_surf->dri_image_front = NULL; in ohos_destroy_surface()497 if (dri2_surf->dri_image_front) { in get_front_bo()509 dri2_surf->dri_image_front = in get_front_bo()516 if (!dri2_surf->dri_image_front) { in get_front_bo()610 if (dri2_surf->dri_image_front) { in ohos_image_get_buffers()611 images->front = dri2_surf->dri_image_front; in ohos_image_get_buffers()
772 if (dri2_surf->dri_image_front) { in droid_destroy_surface()774 dri2_dpy->image->destroyImage(dri2_surf->dri_image_front); in droid_destroy_surface()775 dri2_surf->dri_image_front = NULL; in droid_destroy_surface()834 if (dri2_surf->dri_image_front) in get_front_bo()845 dri2_surf->dri_image_front = in get_front_bo()852 if (!dri2_surf->dri_image_front) { in get_front_bo()945 if (dri2_surf->dri_image_front) { in droid_image_get_buffers()946 images->front = dri2_surf->dri_image_front; in droid_image_get_buffers()
379 __DRIimage *dri_image_front; member