Searched refs:GR_GL_UNPACK_ROW_LENGTH (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLDefines.h | 594 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
|
D | GrGLGpu.cpp | 486 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext() 857 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in onTransferPixels() 882 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onTransferPixels() 1007 GR_GL_CALL(&interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in restore_pixelstore_state() 1169 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
|
/external/skqp/src/gpu/gl/ |
D | GrGLDefines.h | 598 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
|
D | GrGLGpu.cpp | 486 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext() 858 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in onTransferPixels() 882 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onTransferPixels() 1007 GR_GL_CALL(&interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in restore_pixelstore_state() 1167 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()
|
/external/skia/tools/gpu/gl/debug/ |
D | DebugGLTestContext.cpp | 131 case GR_GL_UNPACK_ROW_LENGTH: in pixelStorei()
|
/external/skqp/tools/gpu/gl/debug/ |
D | DebugGLTestContext.cpp | 125 case GR_GL_UNPACK_ROW_LENGTH: in pixelStorei()
|