Searched refs:GR_GL_UNPACK_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLDefines.h | 214 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
|
D | GrGLGpu.cpp | 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() 3953 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in createTestingOnlyBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLDefines.h | 216 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
|
D | GrGLGpu.cpp | 962 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/ |
D | GLTestAtlasTextRenderer.cpp | 327 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 328 callgl(PixelStorei, GR_GL_UNPACK_ALIGNMENT, 1); in setTextureData()
|