Home
last modified time | relevance | path

Searched refs:enableDebugUtils (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp643 bool enableDebugUtils = in initialize() local
647 mEnableValidationLayers && !enableDebugUtils && in initialize()
650 if (enableDebugUtils) in initialize()
714 if (enableDebugUtils) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.h403 bool enableDebugUtils() const { return mEnableDebugUtils; } in enableDebugUtils() function
DContextVk.cpp3193 if (!mRenderer->enableDebugUtils() && !mRenderer->angleDebuggerMode()) in insertEventMarkerImpl()
3232 if (!mRenderer->enableDebugUtils() && !mRenderer->angleDebuggerMode()) in pushDebugGroupImpl()
3250 if (!mRenderer->enableDebugUtils() && !mRenderer->angleDebuggerMode()) in popDebugGroupImpl()