Home
last modified time | relevance | path

Searched refs:image_to_handle (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_images.c126 return image_to_handle(image_create(format, width, height)); in vegaCreateImage()
252 return image_to_handle(image_child_image(p, x, y, width, height)); in vegaChildImage()
267 return image_to_handle(img->parent); in vegaGetParent()
Dhandle.h79 image_to_handle(struct vg_image *img) in image_to_handle() function