Lines Matching refs:hwc_context_t
72 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_registerProcs()
86 static void reset(hwc_context_t *ctx, int numDisplays, in reset()
111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop()
119 static int display_commit(hwc_context_t *ctx, int dpy) { in display_commit()
138 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_primary()
167 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_external()
211 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare()
246 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_eventControl()
272 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_blank()
330 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_query()
351 static int hwc_set_primary(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in hwc_set_primary()
395 static int hwc_set_external(hwc_context_t *ctx, in hwc_set_external()
442 static int hwc_set_virtual(hwc_context_t *ctx, in hwc_set_virtual()
463 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_set()
492 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_getDisplayConfigs()
520 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_getDisplayAttributes()
571 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_dump()
595 closeContext((hwc_context_t*)dev); in hwc_device_close()
607 struct hwc_context_t *dev; in hwc_device_open()
608 dev = (hwc_context_t*)malloc(sizeof(*dev)); in hwc_device_open()