Searched refs:logMemoryReportCallbacks (Results 1 – 4 of 4) sorted by relevance
35 * `logMemoryReportCallbacks` provides per-callback information at the time of the callback42 where `<feature>` is either `logMemoryReportStats` or `logMemoryReportCallbacks`. Both can be45 adb shell setprop debug.angle.feature_overrides_enabled logMemoryReportCallbacks:logMemoryReportSta…51 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false);75 Combining that with enabling the `logMemoryReportCallbacks` feature flag will allow each memory
273 FeatureInfo logMemoryReportCallbacks = { member
486 bool logCallback = getFeatures().logMemoryReportCallbacks.enabled; in processMemoryReportCallback()
2384 if (getFeatures().logMemoryReportCallbacks.enabled || in initializeDevice()2407 if (getFeatures().logMemoryReportCallbacks.enabled) in initializeDevice()2410 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false); in initializeDevice()3126 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false); in initFeatures()