Lines Matching defs:copybit_device_t
174 struct copybit_device_t {
186 int (*set_parameter)(struct copybit_device_t *dev, int name, int value);
196 int (*get)(struct copybit_device_t *dev, int name);
208 int (*blit)(struct copybit_device_t *dev,
225 int (*stretch)(struct copybit_device_t *dev,
239 int (*finish)(struct copybit_device_t *dev);
250 int (*flush_get_fence)(struct copybit_device_t *dev, int* fd);
254 int (*clear)(struct copybit_device_t *dev, struct copybit_image_t const *buf,
262 struct copybit_device_t** device) {
267 static inline int copybit_close(struct copybit_device_t* device) {