Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp1714 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1776 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1823 CheckedNumeric<GLuint> checkedWidth(width); in computeCompressedImageRowPitch() local
1857 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local