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

/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c84 #define ALOGD_IF(debug, ...) { if (debug) OUTP(__VA_ARGS__); } macro
721 ALOGD_IF(debug, " sub l %d r %d",
729 ALOGD_IF(debug, "hregion->blitrects[%d][%d] (%d %d %d %d)", l, r,
946 ALOGD_IF(debug, "Allocated %d regions (sz = %d), layerno = %d", rgz->nhregions, rgz->nhregions * sizeof(blit_hregion_t), layerno);
967 ALOGD_IF(debug, "hregion %3d: nsubregions %d", i, hregions[i].nsubregions);
968 ALOGD_IF(debug, " : %d to %d: ",
971 ALOGD_IF(debug, " %p ", hregions[i].rgz_layers[j]->hwc_layer);
1473 ALOGD_IF(debug, "rgz_out_region:");
1482 ALOGD_IF(debug, "h[%d] nsubregions = %d", i, hregion->nsubregions);
1491 ALOGD_IF(debu
[all...]

Completed in 75 milliseconds