Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp114 mHasProtectedContent = false; in initTask()
124 mHasProtectedContent = hasProtectedContent; in initProcessCommands()
222 mHasProtectedContent = hasProtectedContent; in initFlushAndQueueSubmit()
236 mHasProtectedContent = hasProtectedContent; in initOneOffQueueSubmit()
257 std::swap(mHasProtectedContent, rhs.mHasProtectedContent); in operator =()
DCommandProcessor.h126 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent()
167 bool mHasProtectedContent; variable
/external/angle/src/libANGLE/
DState.h114 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent()
986 bool mHasProtectedContent; variable
DState.cpp301 mHasProtectedContent(hasProtectedContent),