Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp1332 CheckedNumeric<GLuint> checkedSkipRows(static_cast<GLuint>(state.skipRows)); in computeSkipBytes() local
1340 auto skipBytes = checkedSkipImagesBytes + checkedSkipRows * checkedRowPitch + in computeSkipBytes()