Home
last modified time | relevance | path

Searched refs:BufferUpdateType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.h44 enum BufferUpdateType enum
183 BufferUpdateType updateType);
202 BufferUpdateType updateType);
208 BufferUpdateType updateType);
DBufferVk.cpp460 ANGLE_TRY(acquireBufferHelper(contextVk, size, BufferUpdateType::StorageRedefined)); in setDataWithMemoryType()
475 BufferUpdateType updateType = in setDataWithMemoryType()
476 wholeSize ? BufferUpdateType::ContentsUpdate : BufferUpdateType::StorageRedefined; in setDataWithMemoryType()
494 BufferUpdateType::ContentsUpdate)); in setSubData()
642 BufferUpdateType::ContentsUpdate)); in ghostMappedBuffer()
770 BufferUpdateType::ContentsUpdate)); in mapRangeImpl()
1014 BufferUpdateType updateType) in acquireAndUpdate()
1102 BufferUpdateType updateType) in setDataImpl()
1175 BufferUpdateType updateType) in acquireBufferHelper()
1198 if (updateType == BufferUpdateType::ContentsUpdate) in acquireBufferHelper()