Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5894 mProtectionRange.start = rx::roundDownPow2(start, pageSize); in CoherentBuffer()
5898 mProtectionRange.size = protectionEnd - mProtectionRange.start; in CoherentBuffer()
5899 mPageCount = mProtectionRange.size / pageSize; in CoherentBuffer()
5901 mProtectionStartPage = mProtectionRange.start / mPageSize; in CoherentBuffer()
5949 range.start = mProtectionRange.start + dirtyPageRange.start * mPageSize; in getDirtyAddressRange()
6039 uintptr_t pageStart = mProtectionRange.start + relativePage * mPageSize; in setDirty()
6044 ASSERT(mProtectionRange.end() == pageStart + mPageSize); in setDirty()
6067 uintptr_t start = mProtectionRange.start; in removeProtection()
6068 size_t size = mProtectionRange.size; in removeProtection()
DFrameCapture.h487 AddressRange mProtectionRange; variable