Searched refs:logMemoryReportStats (Results 1 – 5 of 5) sorted by relevance
34 * `logMemoryReportStats` provides summary statistics at each eglSwapBuffers() command42 where `<feature>` is either `logMemoryReportStats` or `logMemoryReportCallbacks`. Both can be45 …b shell setprop debug.angle.feature_overrides_enabled logMemoryReportCallbacks:logMemoryReportStats52 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportStats, false);
107 void logMemoryReportStats() const;
3695 if (mFeatures.logMemoryReportCallbacks.enabled || mFeatures.logMemoryReportStats.enabled) in enableDeviceExtensionsNotPromoted()4397 if (mFeatures.logMemoryReportCallbacks.enabled || mFeatures.logMemoryReportStats.enabled) in createDeviceAndQueue()5341 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportStats, false); in initFeatures()6228 if ((mFeatures.logMemoryReportCallbacks.enabled || mFeatures.logMemoryReportStats.enabled) && in initFeatures()6233 if (getFeatures().logMemoryReportStats.enabled) in initFeatures()6236 mFeatures.logMemoryReportStats.applyOverride(false); in initFeatures()7007 if (getFeatures().logMemoryReportStats.enabled) in queuePresent()7009 mMemoryReport.logMemoryReportStats(); in queuePresent()
594 void MemoryReport::logMemoryReportStats() const in logMemoryReportStats() function in rx::vk::MemoryReport
299 FeatureInfo logMemoryReportStats = { member