Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLDefines.h214 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
DGrGLGpu.cpp910 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()
3953 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in createTestingOnlyBackendTexture()
/external/skia/src/gpu/gl/
DGrGLDefines.h216 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
DGrGLGpu.cpp962 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in onTransferPixelsTo()
1045 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in uploadTexData()
1391 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in onCreateTexture()
3847 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in onCreateBackendTexture()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp327 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp328 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()