Home
last modified time | relevance | path

Searched refs:lima_bo_export (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_bo.h68 bool lima_bo_export(struct lima_bo *bo, struct winsys_handle *handle);
Dlima_bo.c361 bool lima_bo_export(struct lima_bo *bo, struct winsys_handle *handle) in lima_bo_export() function
Dlima_resource.c389 if (!lima_bo_export(res->bo, handle)) in lima_resource_get_handle()