HomeSort by relevance Sort by last modified time
    Searched refs:nhregions (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 284 int nhregions; member in struct:rgz
rgz_2d.c 221 for (i = 0; i < rgz->nhregions; i++) {
791 rgz->nhregions = 0;
937 rgz->nhregions = ylen - 1;
939 blit_hregion_t *hregions = calloc(rgz->nhregions, sizeof(blit_hregion_t));
946 ALOGD_IF(debug, "Allocated %d regions (sz = %d), layerno = %d", rgz->nhregions, rgz->nhregions * sizeof(blit_hregion_t), layerno);
948 for (i = 0; i < rgz->nhregions; i++) {
965 for (i = 0; i < rgz->nhregions; i++) {
    [all...]

Completed in 1337 milliseconds