Home
last modified time | relevance | path

Searched refs:kProtected (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/include/gpu/vk/
DGrVkMemoryAllocator.h32 kProtected = 0x8, enumerator
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h32 kProtected = 0x8, enumerator
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp80 propFlags |= AllocationPropertyFlags::kProtected; in AllocAndBindImageMemory()
DGrVkAMDMemoryAllocator.cpp125 if (AllocationPropertyFlags::kProtected & flags) { in allocateImageMemory()
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp86 if (AllocationPropertyFlags::kProtected & flags) { in allocateMemoryForImage()
DGrVkMemory.cpp101 propFlags = AllocationPropertyFlags::kProtected; in AllocAndBindImageMemory()