Home
last modified time | relevance | path

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

/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLImageUtils.cpp49 GLuint intsPerRow = (GLuint)bytesPerRow / sizeof(GLuint); in flipPixels() local
50 GLuint remainingBytes = (GLuint)bytesPerRow - intsPerRow * sizeof(GLuint); in flipPixels()
57 GLuint n = intsPerRow; in flipPixels()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLImageUtils.cpp49 GLuint intsPerRow = (GLuint)bytesPerRow / sizeof(GLuint); in flipPixels() local
50 GLuint remainingBytes = (GLuint)bytesPerRow - intsPerRow * sizeof(GLuint); in flipPixels()
57 GLuint n = intsPerRow; in flipPixels()
/expo/packages/expo-gl/common/
H A DEXGLImageUtils.cpp49 GLuint intsPerRow = (GLuint)bytesPerRow / sizeof(GLuint); in flipPixels() local
50 GLuint remainingBytes = (GLuint)bytesPerRow - intsPerRow * sizeof(GLuint); in flipPixels()
57 GLuint n = intsPerRow; in flipPixels()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLImageUtils.cpp49 GLuint intsPerRow = (GLuint)bytesPerRow / sizeof(GLuint); in flipPixels() local
50 GLuint remainingBytes = (GLuint)bytesPerRow - intsPerRow * sizeof(GLuint); in flipPixels()
57 GLuint n = intsPerRow; in flipPixels()