Home | History | Annotate | Download | only in libcopybit

Lines Matching defs:copybit_device_t

178 struct copybit_device_t {
190 int (*set_parameter)(struct copybit_device_t *dev, int name, int value);
200 int (*get)(struct copybit_device_t *dev, int name);
212 int (*blit)(struct copybit_device_t *dev,
226 int (*set_sync)(struct copybit_device_t *dev,
241 int (*stretch)(struct copybit_device_t *dev,
258 int (*fill_color)(struct copybit_device_t *dev,
270 int (*finish)(struct copybit_device_t *dev);
281 int (*flush_get_fence)(struct copybit_device_t *dev, int* fd);
285 int (*clear)(struct copybit_device_t *dev, struct copybit_image_t const *buf,
293 struct copybit_device_t** device) {
298 static inline int copybit_close(struct copybit_device_t* device) {