Home
last modified time | relevance | path

Searched defs:hasProtectedContent (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp117 void CommandProcessorTask::initProcessCommands(bool hasProtectedContent, in initProcessCommands()
211 bool hasProtectedContent, in initFlushAndQueueSubmit()
227 bool hasProtectedContent, in initOneOffQueueSubmit()
645 bool hasProtectedContent, in submitFrame()
667 bool hasProtectedContent, in queueSubmitOneOff()
716 bool hasProtectedContent, in flushOutsideRPCommands()
731 bool hasProtectedContent, in flushRenderPassCommands()
874 bool hasProtectedContent, in releaseToCommandBatch()
993 bool hasProtectedContent, in submitFrame()
1116 bool hasProtectedContent) in ensurePrimaryCommandBufferValid()
[all …]
DCommandProcessor.h126 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
184 bool hasProtectedContent; member
389 PrimaryCommandBuffer &getCommandBuffer(bool hasProtectedContent) in getCommandBuffer()
401 PersistentCommandPool &getCommandPool(bool hasProtectedContent) in getCommandPool()
DPersistentCommandPool.cpp26 bool hasProtectedContent, in init()
DRendererVk.cpp2801 bool hasProtectedContent, in queueSubmitOneOff()
3003 bool hasProtectedContent, in getCommandBufferOneOff()
3043 bool hasProtectedContent, in submitFrame()
3134 angle::Result RendererVk::finish(vk::Context *context, bool hasProtectedContent) in finish()
3158 bool hasProtectedContent, in flushRenderPassCommands()
3180 bool hasProtectedContent, in flushOutsideRPCommands()
DSurfaceVk.cpp124 bool hasProtectedContent, in InitImageHelper()
197 bool hasProtectedContent) in initialize()
224 bool hasProtectedContent) in initializeWithExternalMemory()
Dvk_helpers.cpp3974 bool hasProtectedContent) in init()
3993 bool hasProtectedContent) in initMSAASwapchain()
4021 bool hasProtectedContent) in initExternal()
4208 bool hasProtectedContent, in initializeNonZeroMemory()
4321 bool hasProtectedContent, in initMemory()
4565 bool hasProtectedContent, in init2DStaging()
4579 bool hasProtectedContent, in initStaging()
4640 bool hasProtectedContent, in initImplicitMultisampledRenderToTexture()
DContextVk.h329 bool hasProtectedContent() const { return mState.hasProtectedContent(); } in hasProtectedContent() function
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.cc532 uint64_t hasProtectedContent = crosHandle->usage & BufferUsage::PROTECTED ? 1 : 0; in get() local
696 uint64_t hasProtectedContent = descriptor.usage & BufferUsage::PROTECTED ? 1 : 0; in getFromBufferDescriptorInfo() local
/external/angle/src/libANGLE/
DSurface.cpp51 bool SurfaceState::hasProtectedContent() const in hasProtectedContent() function in egl::SurfaceState
637 bool Surface::hasProtectedContent() const in hasProtectedContent() function in egl::Surface
DState.h114 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
DState.cpp297 bool hasProtectedContent) in State()