Home
last modified time | relevance | path

Searched refs:mProtectedMemory (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryObject.h42 bool isProtectedMemory() const { return mProtectedMemory; } in isProtectedMemory()
55 bool mProtectedMemory; variable
DMemoryObject.cpp22 mProtectedMemory(false) in MemoryObject()
42 mProtectedMemory = protectedMemory; in setProtectedMemory()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DMemoryObjectVk.cpp106 mProtectedMemory = protectedMemory; in setProtectedMemory()
205 bool hasProtectedContent = mProtectedMemory; in createImage()
DMemoryObjectVk.h57 bool mProtectedMemory = false; variable