Home | History | Annotate | Download | only in libcopybit

Lines Matching defs:copybit_device_t

192 struct copybit_device_t {
204 int (*set_parameter)(struct copybit_device_t *dev, int name, int value);
214 int (*get)(struct copybit_device_t *dev, int name);
226 int (*blit)(struct copybit_device_t *dev,
240 int (*set_sync)(struct copybit_device_t *dev,
255 int (*stretch)(struct copybit_device_t *dev,
272 int (*fill_color)(struct copybit_device_t *dev,
284 int (*finish)(struct copybit_device_t *dev);
295 int (*flush_get_fence)(struct copybit_device_t *dev, int* fd);
299 int (*clear)(struct copybit_device_t *dev, struct copybit_image_t const *buf,
307 struct copybit_device_t** device) {
312 static inline int copybit_close(struct copybit_device_t* device) {