Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp1490 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1500 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()
1531 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1532 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1582 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1591 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()