Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
DMemoryBuffer.cpp94 ScratchBuffer::ScratchBuffer(uint32_t lifetime) : mLifetime(lifetime), mResetCounter(lifetime) {} in ScratchBuffer()
105 std::swap(mLifetime, other.mLifetime); in operator =()
129 mResetCounter = mLifetime; in getImpl()
145 mResetCounter = mLifetime; in getImpl()
172 mResetCounter = mLifetime; in clear()
DMemoryBuffer.h86 uint32_t mLifetime; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DResourceVk.cpp134 : mLifetime(std::move(use)), mGarbage(std::move(garbage)) in SharedGarbage()
141 std::swap(mLifetime, rhs.mLifetime); in operator =()
148 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
158 mLifetime.release(); in destroyIfComplete()
DResourceVk.h128 SharedResourceUse mLifetime;