Searched refs:checkedWidth (Results 1 – 1 of 1) sorted by relevance
1258 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local1259 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()1309 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local1316 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()