Home
last modified time | relevance | path

Searched refs:GR_GL_UNPACK_ROW_LENGTH (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLDefines.h592 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
DGrGLGpu.cpp600 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/
DGrGLDefines.h592 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
DGrGLGpu.cpp636 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext()
931 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in onTransferPixels()
956 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onTransferPixels()
1184 GR_GL_CALL(&interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in restore_pixelstore_state()
1332 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
4020 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in createTestingOnlyBackendTexture()
4067 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in createTestingOnlyBackendTexture()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()