Home
last modified time | relevance | path

Searched refs:logMemoryReportCallbacks (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/doc/
DGPUMemoryAnalysis.md35 * `logMemoryReportCallbacks` provides per-callback information at the time of the callback
42 where `<feature>` is either `logMemoryReportStats` or `logMemoryReportCallbacks`. Both can be
45 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
/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesVk.h318 Feature logMemoryReportCallbacks = {"logMemoryReportCallbacks", FeatureCategory::VulkanFeatures, member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2069 if (getFeatures().logMemoryReportCallbacks.enabled || in initializeDevice()
2092 if (getFeatures().logMemoryReportCallbacks.enabled) in initializeDevice()
2095 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false); in initializeDevice()
2737 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false); in initFeatures()
DRendererVk.h466 bool logCallback = getFeatures().logMemoryReportCallbacks.enabled; in processMemoryReportCallback()