Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLDefines.h210 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 macro
DGrGLGpu.cpp994 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(dataConfig))); in uploadTexData()
3877 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in createTestingOnlyBackendTexture()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp118 case GR_GL_UNPACK_ALIGNMENT: in debugGLPixelStorei()