Searched refs:checkedWidth (Results 1 – 1 of 1) sorted by relevance
1490 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local1500 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()1531 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local1532 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()1582 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local1591 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()