Searched refs:qxl_bo_alloc_internal (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_mem.c | 454 static struct qxl_bo *qxl_bo_alloc_internal(qxl_screen_t *qxl, int type, int flags, unsigned long size, const char *name) function in typeref:struct:qxl_bo * 490 return qxl_bo_alloc_internal(qxl, QXL_BO_DATA, 0, size, name); 495 return qxl_bo_alloc_internal(qxl, QXL_BO_CMD, 0, size, name); 718 bo = qxl_bo_alloc_internal (qxl, QXL_BO_SURF, QXL_BO_FLAG_FAIL, size, "surface memory");
|
Completed in 3 milliseconds