Searched defs:hregions (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.h283 blit_hregion_t *hregions; member in struct:rgz
H A Drgz_2d.c217 blit_hregion_t *hregions = rgz->hregions; local
223 OUTP("<!-- hregion %d (subcount %d)-->", i, hregions[i].nsubregions);
224 svgout_hregion(&hregions[i], params->data.svg.dispw,
788 if (rgz->hregions)
789 free(rgz->hregions);
790 rgz->hregions = NULL;
939 blit_hregion_t *hregions = calloc(rgz->nhregions, sizeof(blit_hregion_t)); local
940 if (!hregions) {
941 OUTE("Unable to allocate memory for hregions");
[all...]

Completed in 28 milliseconds