Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp849 static inline GrGLint config_alignment(GrPixelConfig config) { in config_alignment() function
946 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in onTransferPixels()
1348 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in uploadTexData()
2414 GL_CALL(PixelStorei(GR_GL_PACK_ALIGNMENT, config_alignment(dstAsConfig))); in onReadPixels()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp814 static inline GrGLint config_alignment(GrPixelConfig config) { in config_alignment() function
910 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in onTransferPixels()
1313 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in uploadTexData()
2383 GL_CALL(PixelStorei(GR_GL_PACK_ALIGNMENT, config_alignment(dstAsConfig))); in onReadPixels()