HomeSort by relevance Sort by last modified time
    Searched refs:bo_alloc (Results 1 - 5 of 5) sorted by null

  /external/libdrm/freedreno/kgsl/
kgsl_bo.c 48 static int bo_alloc(struct kgsl_bo *kgsl_bo) function
77 int ret = bo_alloc(kgsl_bo);
236 ret = bo_alloc(kgsl_bo);
  /external/libdrm/intel/
intel_bufmgr_priv.h 50 drm_intel_bo *(*bo_alloc) (drm_intel_bufmgr *bufmgr, const char *name, member in struct:_drm_intel_bufmgr
57 * This is otherwise the same as bo_alloc.
intel_bufmgr.c 56 return bufmgr->bo_alloc(bufmgr, name, size, alignment);
intel_bufmgr_fake.c     [all...]
intel_bufmgr_gem.c     [all...]

Completed in 99 milliseconds