Searched refs:GR_GL_UNPACK_FLIP_Y (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLDefines.h | 215 #define GR_GL_UNPACK_FLIP_Y 0x9240 macro
|
D | GrGLGpu.cpp | 492 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in onResetContext() 1010 GR_GL_CALL(&interface, PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in restore_pixelstore_state() 1197 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE)); in uploadTexData()
|
/external/skqp/src/gpu/gl/ |
D | GrGLDefines.h | 215 #define GR_GL_UNPACK_FLIP_Y 0x9240 macro
|
D | GrGLGpu.cpp | 492 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in onResetContext() 1010 GR_GL_CALL(&interface, PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in restore_pixelstore_state() 1195 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE)); in uploadTexData()
|