Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp1258 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1259 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1309 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1316 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()