Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp857 bool restoreGLRowLength = false; in onTransferPixels() local
862 restoreGLRowLength = true; in onTransferPixels()
884 if (restoreGLRowLength) { in onTransferPixels()
1007 bool restoreGLRowLength, bool glFlipY) { in restore_pixelstore_state() argument
1008 if (restoreGLRowLength) { in restore_pixelstore_state()
1080 bool restoreGLRowLength = false; in uploadTexData() local
1121 restoreGLRowLength = false; in uploadTexData()
1136 restoreGLRowLength = true; in uploadTexData()
1197 restore_pixelstore_state(*interface, caps, restoreGLRowLength, glFlipY); in uploadTexData()