OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hregions
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/hwc/
rgz_2d.c
217
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
...]
rgz_2d.h
283
blit_hregion_t *
hregions
;
member in struct:rgz
Completed in 51 milliseconds