Searched refs:mEnableDebugLayers (Results 1 – 2 of 2) sorted by relevance
110 : 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()
47 bool canEnableDebugLayers() const { return mEnableDebugLayers; } in canEnableDebugLayers()53 bool mEnableDebugLayers; variable