Home
last modified time | relevance | path

Searched refs:blit_hregion_t (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/hwc/
Drgz_2d.h277 } blit_hregion_t; typedef
283 blit_hregion_t *hregions;
Drgz_2d.c146 static int get_top_rect(blit_hregion_t *hregion, int subregion, blit_rect_t **routp) in get_top_rect()
163 static int get_layer_ops(blit_hregion_t *hregion, int subregion, int *bottom) in get_layer_ops()
182 static int get_layer_ops_next(blit_hregion_t *hregion, int subregion, int l) in get_layer_ops_next()
197 static void svgout_hregion(blit_hregion_t *hregion, int dispw, int disph) in svgout_hregion()
217 blit_hregion_t *hregions = rgz->hregions; in rgz_out_svg()
689 static void rgz_gen_blitregions(blit_hregion_t *hregion, int screen_width) in rgz_gen_blitregions()
939 blit_hregion_t *hregions = calloc(rgz->nhregions, sizeof(blit_hregion_t)); in rgz_in_hwc()
946 …egions (sz = %d), layerno = %d", rgz->nhregions, rgz->nhregions * sizeof(blit_hregion_t), layerno); in rgz_in_hwc()
1290 static int rgz_hwc_subregion_blit(blit_hregion_t *hregion, int sidx, rgz_out_params_t *params) in rgz_hwc_subregion_blit()
1480 blit_hregion_t *hregion = &rgz->hregions[i]; in rgz_out_region()