Lines Matching refs:PixelStorei
508 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext()
511 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); in onResetContext()
514 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in onResetContext()
517 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE)); in onResetContext()
964 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
992 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE)); in uploadTexData()
994 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(dataConfig))); in uploadTexData()
1034 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in uploadTexData()
1037 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in uploadTexData()
2419 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, in onReadPixels()
2428 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, 1)); in onReadPixels()
2430 GL_CALL(PixelStorei(GR_GL_PACK_ALIGNMENT, config_alignment(config))); in onReadPixels()
2437 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); in onReadPixels()
2440 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, 0)); in onReadPixels()
3877 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in createTestingOnlyBackendTexture()