Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp299 CheckedNumeric<GLuint> checkedRowBytes(rowBytes); in Initialize() local
302 auto checkedAllocatedBytes = checkedSkipBytes + checkedRowBytes * checkedRows; in Initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1667 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch() local
1671 auto aligned = rx::roundUp(checkedRowBytes, checkedAlignment); in computeRowPitch()