HomeSort by relevance Sort by last modified time
    Searched refs:ProtectionMode (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.hpp 50 enum ProtectionMode {
78 ProtectionMode protectionMode,
85 ProtectionMode protectionMode,
117 ProtectionMode protectionMode,
141 ProtectionMode protectionMode,
vktProtectedMemUtils.cpp 278 ProtectionMode protectionMode,
290 deUint32 flags = (protectionMode == PROTECTION_ENABLED)
294 DE_UNREF(protectionMode);
318 vk::MemoryRequirement memReq = (protectionMode == PROTECTION_ENABLED)
329 ProtectionMode protectionMode,
340 deUint32 flags = (protectionMode == PROTECTION_ENABLED)
345 DE_UNREF(protectionMode);
450 ProtectionMode protectionMode
    [all...]
vktProtectedMemYCbCrConversionTests.cpp 769 const ProtectionMode protectionMode,
781 const deUint32 flags = (protectionMode == PROTECTION_ENABLED) ? vk::VK_IMAGE_CREATE_PROTECTED_BIT : 0x0;
782 const vk::MemoryRequirement memReq = (protectionMode == PROTECTION_ENABLED) ? vk::MemoryRequirement::Protected : vk::MemoryRequirement::Any;
786 DE_UNREF(protectionMode);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction_internal.cc 24 enum ProtectionMode {
197 ProtectionMode mode,
298 // For ProtectionMode 0 and 1:
319 // For ProtectionMode 2:
337 ProtectionMode mode = kModeOverlap;

Completed in 290 milliseconds