Searched refs:cmd_alloc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_cursor.c43 struct qxl_bo *bo = qxl->bo_funcs->cmd_alloc (qxl, sizeof(struct QXLCursorCmd), "cursor command");
H A Dqxl.h180 struct qxl_bo *(*cmd_alloc)(qxl_screen_t *qxl, unsigned long size, const char *name); member in struct:qxl_bo_funcs
H A Dqxl_surface_ums.c370 cmd_bo = qxl->bo_funcs->cmd_alloc (qxl, sizeof *cmd, "surface command");
H A Dqxl_surface.c55 draw_bo = qxl->bo_funcs->cmd_alloc (qxl, sizeof *drawable, "drawable command");

Completed in 7 milliseconds