Searched refs:GR_GL_UNPACK_ROW_LENGTH (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLDefines.h | 592 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
|
D | GrGLGpu.cpp | 600 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext() 895 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in onTransferPixels() 920 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onTransferPixels() 1148 GR_GL_CALL(&interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in restore_pixelstore_state() 1297 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData() 3979 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in createTestingOnlyBackendTexture() 4026 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in createTestingOnlyBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLDefines.h | 605 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
|
D | GrGLGpu.cpp | 597 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext() 896 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in onTransferPixelsTo() 920 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onTransferPixelsTo() 1045 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData() 1056 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in uploadTexData()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()
|