Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp299 CheckedNumeric<GLuint> checkedRowBytes(rowBytes); in Initialize() local
302 auto checkedAllocatedBytes = checkedSkipBytes + checkedRowBytes * checkedRows; in Initialize()
/external/angle/src/libANGLE/
Dformatutils.cpp1532 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch() local
1536 auto aligned = rx::roundUp(checkedRowBytes, checkedAlignment); in computeRowPitch()