Searched defs:hasProtectedContent (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 117 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 …]
|
D | CommandProcessor.h | 126 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()
|
D | PersistentCommandPool.cpp | 26 bool hasProtectedContent, in init()
|
D | RendererVk.cpp | 2801 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()
|
D | SurfaceVk.cpp | 124 bool hasProtectedContent, in InitImageHelper() 197 bool hasProtectedContent) in initialize() 224 bool hasProtectedContent) in initializeWithExternalMemory()
|
D | vk_helpers.cpp | 3974 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()
|
D | ContextVk.h | 329 bool hasProtectedContent() const { return mState.hasProtectedContent(); } in hasProtectedContent() function
|
/external/minigbm/cros_gralloc/gralloc4/ |
D | CrosGralloc4Mapper.cc | 532 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/ |
D | Surface.cpp | 51 bool SurfaceState::hasProtectedContent() const in hasProtectedContent() function in egl::SurfaceState 637 bool Surface::hasProtectedContent() const in hasProtectedContent() function in egl::Surface
|
D | State.h | 114 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
|
D | State.cpp | 297 bool hasProtectedContent) in State()
|