Searched refs:CREATE_IMAGE_READONLY (Results 1 – 4 of 4) sorted by relevance
27 const int CREATE_IMAGE_READONLY = 0x1; field
48 static constexpr int CREATE_IMAGE_READONLY = 0x1; variable
183 flags |= ImageManager::CREATE_IMAGE_READONLY; in CreateImage()
189 bool readonly = !!(flags & CREATE_IMAGE_READONLY); in CreateBackingImage()