Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.h537 size_t mProtectionEndPage; variable
H A DFrameCapture.cpp6470 mProtectionEndPage = mProtectionStartPage + mPageCount; in CoherentBuffer()
6556 bool isInProtectionRange = page >= mProtectionStartPage && page < mProtectionEndPage; in contains()