Home
last modified time | relevance | path

Searched refs:GR_GL_UNPACK_ROW_LENGTH (Results 1 – 5 of 5) 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.h605 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
DGrGLGpu.cpp597 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/
DGLTestAtlasTextRenderer.cpp328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()