Home
last modified time | relevance | path

Searched refs:mEnableDebugLayers (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/vulkan/
Dvulkan_icd.cpp110 : mEnableDebugLayers(enableDebugLayers), in ScopedVkLoaderEnvironment()
138 if (mEnableDebugLayers || icd != vk::ICD::Default) in ScopedVkLoaderEnvironment()
144 mEnableDebugLayers = false; in ScopedVkLoaderEnvironment()
155 mEnableDebugLayers = false; in ScopedVkLoaderEnvironment()
163 if (mEnableDebugLayers) in ScopedVkLoaderEnvironment()
169 mEnableDebugLayers = false; in ScopedVkLoaderEnvironment()
Dvulkan_icd.h47 bool canEnableDebugLayers() const { return mEnableDebugLayers; } in canEnableDebugLayers()
53 bool mEnableDebugLayers; variable