Searched refs:readExtent (Results 1 – 1 of 1) sorted by relevance
6897 angle::CheckedNumeric<int> readExtent = start; in ValidateReadPixelsBase() local6898 readExtent += length; in ValidateReadPixelsBase()6899 if (!readExtent.IsValid()) in ValidateReadPixelsBase()6904 if (readExtent.ValueOrDie() > bufferSize) in ValidateReadPixelsBase()6907 clippedExtent -= (readExtent - bufferSize); in ValidateReadPixelsBase()