HomeSort by relevance Sort by last modified time
    Searched full:resolve_format (Results 1 - 3 of 3) sorted by null

  /external/drm_gralloc/
gralloc_drm_priv.h 72 void (*resolve_format)(struct gralloc_drm_drv_t *drv, member in struct:gralloc_drm_drv_t
gralloc_drm.cpp 333 /* if handle exists and driver implements resolve_format */
334 if (handle && drm->drv->resolve_format)
335 drm->drv->resolve_format(drm->drv, bo,
gralloc_drm_intel.c 507 info->base.resolve_format = intel_resolve_format;

Completed in 2159 milliseconds