Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLDefines.h214 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
DGrGLGpu.cpp872 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in onTransferPixels()
1199 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in uploadTexData()
4370 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in createTestingOnlyBackendTexture()
/external/skqp/src/gpu/gl/
DGrGLDefines.h214 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
DGrGLGpu.cpp872 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in onTransferPixels()
1197 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in uploadTexData()
4424 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in createTestingOnlyBackendTexture()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp327 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp327 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp137 case GR_GL_UNPACK_ALIGNMENT: in pixelStorei()
/external/skqp/tools/gpu/gl/debug/
DDebugGLTestContext.cpp131 case GR_GL_UNPACK_ALIGNMENT: in pixelStorei()