Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.h491 size_t mProtectionEndPage; variable
DFrameCapture.cpp5902 mProtectionEndPage = mProtectionStartPage + mPageCount; in CoherentBuffer()
5988 bool isInProtectionRange = page >= mProtectionStartPage && page < mProtectionEndPage; in contains()