Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h833 uint8_t *getMappedMemory() const { return mMappedMemory; } in getMappedMemory() function
868 uint8_t *getMappedMemory() const in getMappedMemory() function
871 return mMemory.getMappedMemory(); in getMappedMemory()
882 bool isMapped() const { return mMemory.getMappedMemory() != nullptr; } in isMapped()
Dvk_helpers.cpp2058 ASSERT(mBuffer->getMappedMemory()); in allocateFromCurrentBuffer()
2060 *ptrOut = mBuffer->getMappedMemory() + mNextAllocationOffset; in allocateFromCurrentBuffer()