HomeSort by relevance Sort by last modified time
    Searched defs:copybit_device_t (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 174 struct copybit_device_t { struct
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)
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 175 struct copybit_device_t { struct
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,
252 int (*finish)(struct copybit_device_t *dev);
263 int (*flush_get_fence)(struct copybit_device_t *dev, int* fd);
267 int (*clear)(struct copybit_device_t *dev, struct copybit_image_t const *buf,
275 struct copybit_device_t** device)
    [all...]