Home | History | Annotate | Download | only in libcopybit

Lines Matching defs:copybit_device_t

175 struct copybit_device_t {
187 int (*set_parameter)(struct copybit_device_t *dev, int name, int value);
197 int (*get)(struct copybit_device_t *dev, int name);
209 int (*blit)(struct copybit_device_t *dev,
223 int (*set_sync)(struct copybit_device_t *dev,
238 int (*stretch)(struct copybit_device_t *dev,
255 int (*fill_color)(struct copybit_device_t *dev,
267 int (*finish)(struct copybit_device_t *dev);
278 int (*flush_get_fence)(struct copybit_device_t *dev, int* fd);
282 int (*clear)(struct copybit_device_t *dev, struct copybit_image_t const *buf,
290 struct copybit_device_t** device) {
295 static inline int copybit_close(struct copybit_device_t* device) {