Searched defs:dumb_bo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddumb_bo.h32 struct dumb_bo { struct
39 struct dumb_bo *dumb_bo_create(int fd, const unsigned width,
41 int dumb_bo_map(int fd, struct dumb_bo *bo);
42 int dumb_bo_destroy(int fd, struct dumb_bo *bo);
43 struct dumb_bo *dumb_get_bo_from_fd(int fd, int handle, int pitch, int size);

Completed in 41 milliseconds