Searched refs:GR_GL_UNPACK_ALIGNMENT (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLDefines.h | 214 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
|
D | GrGLGpu.cpp | 872 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/ |
D | GrGLDefines.h | 214 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
|
D | GrGLGpu.cpp | 872 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/ |
D | GLTestAtlasTextRenderer.cpp | 327 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 327 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
|
/external/skia/tools/gpu/gl/debug/ |
D | DebugGLTestContext.cpp | 137 case GR_GL_UNPACK_ALIGNMENT: in pixelStorei()
|
/external/skqp/tools/gpu/gl/debug/ |
D | DebugGLTestContext.cpp | 131 case GR_GL_UNPACK_ALIGNMENT: in pixelStorei()
|