Searched refs:allocFlags (Results 1 – 4 of 4) sorted by relevance
279 bool SkBitmap::tryAllocPixelsFlags(const SkImageInfo& requestedInfo, uint32_t allocFlags) { in tryAllocPixelsFlags() argument
277 bool SkBitmap::tryAllocPixelsFlags(const SkImageInfo& requestedInfo, uint32_t allocFlags) { in tryAllocPixelsFlags() argument
6961 VmaAllocationCreateFlags allocFlags,7558 UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserData);13044 VmaAllocationCreateFlags allocFlags, in AllocateFromBlock() argument13050 VMA_ASSERT((allocFlags & VMA_ALLOCATION_CREATE_CAN_MAKE_OTHER_LOST_BIT) == 0); in AllocateFromBlock()13051 const bool isUpperAddress = (allocFlags & VMA_ALLOCATION_CREATE_UPPER_ADDRESS_BIT) != 0; in AllocateFromBlock()13052 const bool mapped = (allocFlags & VMA_ALLOCATION_CREATE_MAPPED_BIT) != 0; in AllocateFromBlock()13053 … const bool isUserDataString = (allocFlags & VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT) != 0; in AllocateFromBlock()13091 (allocFlags & VMA_ALLOCATION_CREATE_CAN_BECOME_LOST_BIT) != 0); in AllocateFromBlock()15334 VmaRecorder::UserDataString::UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserD… in UserDataString() argument15338 if((allocFlags & VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT) != 0) in UserDataString()
2404 ALLOCATION_FLAGS allocFlags,3717 ALLOCATION_FLAGS allocFlags, in AllocateFromBlock() argument