/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 120 void CommandProcessorTask::initProcessCommands(bool hasProtectedContent, in initProcessCommands() 219 bool hasProtectedContent, in initFlushAndQueueSubmit() 239 bool hasProtectedContent, in initOneOffQueueSubmit() 686 bool hasProtectedContent, in submitFrame() 710 bool hasProtectedContent, in queueSubmitOneOff() 761 bool hasProtectedContent, in flushOutsideRPCommands() 775 bool hasProtectedContent, in flushRenderPassCommands() 921 void CommandQueue::releaseToCommandBatch(bool hasProtectedContent, in releaseToCommandBatch() 1026 bool hasProtectedContent, in submitFrame() 1151 bool hasProtectedContent) in ensurePrimaryCommandBufferValid() [all …]
|
D | CommandProcessor.h | 135 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function 202 bool hasProtectedContent; member 419 PrimaryCommandBuffer &getCommandBuffer(bool hasProtectedContent) in getCommandBuffer() 431 PersistentCommandPool &getCommandPool(bool hasProtectedContent) in getCommandPool()
|
D | PersistentCommandPool.cpp | 26 bool hasProtectedContent, in init()
|
D | VulkanSecondaryCommandBuffer.cpp | 23 bool hasProtectedContent) in InitializeCommandPool()
|
D | RendererVk.cpp | 3130 bool hasProtectedContent, in queueSubmitOneOff() 3339 bool hasProtectedContent, in getCommandBufferOneOff() 3379 bool hasProtectedContent, in submitFrame() 3473 angle::Result RendererVk::finish(vk::Context *context, bool hasProtectedContent) in finish() 3508 bool hasProtectedContent, in flushRenderPassCommands() 3530 bool hasProtectedContent, in flushOutsideRPCommands()
|
D | MemoryObjectVk.cpp | 205 bool hasProtectedContent = mProtectedMemory; in createImage() local
|
D | SurfaceVk.cpp | 124 bool hasProtectedContent, in InitImageHelper() 302 bool hasProtectedContent) in initialize()
|
D | vk_helpers.cpp | 4130 bool hasProtectedContent) in init() 4149 bool hasProtectedContent) in initMSAASwapchain() 4178 bool hasProtectedContent) in initExternal() 4418 bool hasProtectedContent, in initializeNonZeroMemory() 4531 bool hasProtectedContent, in initMemory() 4806 bool hasProtectedContent, in init2DStaging() 4821 bool hasProtectedContent, in initStaging() 4888 bool hasProtectedContent, in initImplicitMultisampledRenderToTexture()
|
D | ContextVk.h | 367 bool hasProtectedContent() const { return mState.hasProtectedContent(); } in hasProtectedContent() function
|
D | SecondaryCommandBuffer.h | 486 bool hasProtectedContent) in InitializeCommandPool()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | NativeBufferImageSiblingAndroid.cpp | 55 bool NativeBufferImageSiblingAndroid::hasProtectedContent() const in hasProtectedContent() function in rx::NativeBufferImageSiblingAndroid
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Image.cpp | 141 bool ImageSibling::hasProtectedContent() const in hasProtectedContent() function in egl::ImageSibling 214 bool ExternalImageSibling::hasProtectedContent() const in hasProtectedContent() function in egl::ExternalImageSibling 431 bool Image::hasProtectedContent() const in hasProtectedContent() function in egl::Image
|
D | Image.h | 143 bool hasProtectedContent; member
|
D | Surface.cpp | 51 bool SurfaceState::hasProtectedContent() const in hasProtectedContent() function in egl::SurfaceState 648 bool Surface::hasProtectedContent() const in hasProtectedContent() function in egl::Surface
|
D | Renderbuffer.cpp | 95 void RenderbufferState::setProtectedContent(bool hasProtectedContent) in setProtectedContent()
|
D | Texture.h | 146 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
|
D | Texture.cpp | 1075 void Texture::setProtectedContent(Context *context, bool hasProtectedContent) in setProtectedContent() 1080 bool Texture::hasProtectedContent() const in hasProtectedContent() function in gl::Texture
|
D | State.h | 114 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
|
D | State.cpp | 344 bool hasProtectedContent) in State()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DmaBufImageSiblingEGL.cpp | 57 bool DmaBufImageSiblingEGL::hasProtectedContent() const in hasProtectedContent() function in rx::DmaBufImageSiblingEGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | ExternalImageSiblingImpl11.cpp | 84 bool ExternalImageSiblingImpl11::hasProtectedContent() const in hasProtectedContent() function in rx::ExternalImageSiblingImpl11
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
D | HardwareBufferImageSiblingVkAndroid.cpp | 399 bool HardwareBufferImageSiblingVkAndroid::hasProtectedContent() const in hasProtectedContent() function in rx::HardwareBufferImageSiblingVkAndroid
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
D | DmaBufImageSiblingVkLinux.cpp | 530 bool DmaBufImageSiblingVkLinux::hasProtectedContent() const in hasProtectedContent() function in rx::DmaBufImageSiblingVkLinux
|