Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp103 bool robustInit = contextVk->isRobustResourceInitEnabled(); in setStorageImpl() local
108 nullptr, gl::LevelIndex(0), 1, 1, robustInit, nullptr, false)); in setStorageImpl()
122 *mImage, robustInit)); in setStorageImpl()
DSurfaceVk.cpp299 bool robustInit = mState.isRobustResourceInitEnabled(); in initializeImpl() local
305 samples, robustInit, mState.hasProtectedContent())); in initializeImpl()
314 robustInit, mState.hasProtectedContent())); in initializeImpl()
1088 bool robustInit = mState.isRobustResourceInitEnabled(); in createSwapChain() local
1101 samples, usage, gl::LevelIndex(0), 1, 1, robustInit, mState.hasProtectedContent())); in createSwapChain()
1119 robustInit); in createSwapChain()
1132 samples, dsUsage, gl::LevelIndex(0), 1, 1, robustInit, in createSwapChain()