Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLDefines.h594 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
DGrGLGpu.cpp486 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/
DGrGLDefines.h598 #define GR_GL_UNPACK_ROW_LENGTH 0x0CF2 macro
DGrGLGpu.cpp486 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/
DGLTestAtlasTextRenderer.cpp328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp328 callgl(PixelStorei, GR_GL_UNPACK_ROW_LENGTH, rowLength); in setTextureData()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp131 case GR_GL_UNPACK_ROW_LENGTH: in pixelStorei()
/external/skqp/tools/gpu/gl/debug/
DDebugGLTestContext.cpp125 case GR_GL_UNPACK_ROW_LENGTH: in pixelStorei()