Searched refs:CheckedMathResult (Results 1 – 1 of 1) sorted by relevance
28 bool CheckedMathResult(const CheckedNumeric<GLuint> &value, GLuint *resultOut) in CheckedMathResult() function1264 return CheckedMathResult(aligned, resultOut); in computeRowPitch()1288 return CheckedMathResult(checkedRowPitch * rowCount, resultOut); in computeDepthPitch()1319 return CheckedMathResult(bytes, resultOut); in computeCompressedImageSize()1342 return CheckedMathResult(skipBytes, resultOut); in computeSkipBytes()1396 return CheckedMathResult(endByte, resultOut); in computePackUnpackEndByte()