Home
last modified time | relevance | path

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

/hardware/intel/img/libdrm/libdrm/intel/
Dintel_bufmgr.h76 drm_intel_bo *drm_intel_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name,
161 #define dri_bo_alloc drm_intel_bo_alloc
Dintel_bufmgr.c48 drm_intel_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc() function
/hardware/intel/img/libdrm/tests/modetest/
Dmodetest.c397 bo = drm_intel_bo_alloc(bufmgr, "frontbuffer", size, 4096); in create_test_buffer()
429 bo = drm_intel_bo_alloc(bufmgr, "frontbuffer", size, 4096); in create_test_buffer()