HomeSort by: relevance | last modified time | path
    Searched refs:create_primary (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl.h 189 struct qxl_bo *(*create_primary)(qxl_screen_t *qxl, uint32_t width, uint32_t height, int32_t stride, uint32_t format); member in struct:qxl_bo_funcs
qxl_surface_ums.c 314 bo = qxl->bo_funcs->create_primary(qxl, mode->x_res, mode->y_res, mode->stride, mode->bits);
qxl_drmmode.c 855 qxl->primary->bo = qxl->bo_funcs->create_primary(qxl, width, height, pitch, SPICE_SURFACE_FMT_32_xRGB);

Completed in 6 milliseconds