Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1626 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1666 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1719 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1191 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1230 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local