Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:hwc_context_t

45 struct hwc_context_t;
157 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list,
159 void initContext(hwc_context_t *ctx);
160 void closeContext(hwc_context_t *ctx);
166 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
168 bool isExternalActive(hwc_context_t* ctx);
171 bool setupBasePipe(hwc_context_t *ctx);
172 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
179 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x,
186 int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy,
190 void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform,
199 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
205 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
268 void init_uevent_thread(hwc_context_t* ctx);
270 void init_vsync_thread(hwc_context_t* ctx);
300 struct hwc_context_t {
347 static inline bool isSkipPresent (hwc_context_t *ctx, int dpy) {
351 static inline bool isYuvPresent (hwc_context_t *ctx, int dpy) {