Home
last modified time | relevance | path

Searched refs:packSkipRows (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/mipmap/
H A DPixelStorageModes.java66 private int packSkipRows; field in PixelStorageModes
179 return this.packSkipRows; in getPackSkipRows()
186 public void setPackSkipRows(final int packSkipRows) { in setPackSkipRows() argument
188 this.packSkipRows = packSkipRows; in setPackSkipRows()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/mipmap/
H A DPixelStorageModes.java66 private int packSkipRows; field in PixelStorageModes
179 return this.packSkipRows; in getPackSkipRows()
186 public void setPackSkipRows(int packSkipRows) { in setPackSkipRows() argument
188 this.packSkipRows = packSkipRows; in setPackSkipRows()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/glu/
H A DPixelStoreState.java51 public int packSkipRows; field in PixelStoreState
69 packSkipRows = glGetIntegerv(GL_PACK_SKIP_ROWS); in load()
80 glPixelStorei(GL_PACK_SKIP_ROWS, packSkipRows); in save()
H A DMipMap.java329 int ubptr = i * rowstride + pss.packSkipRows * rowstride + pss.packSkipPixels * components; in gluScaleImage()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/
H A DScreenshot.java402 int packSkipRows; field in Screenshot.PixelStorageModes
410 packSkipRows = glGetInteger(gl, GL.GL_PACK_SKIP_ROWS, tmp); in save()
424 gl.glPixelStorei(GL.GL_PACK_SKIP_ROWS, packSkipRows); in restore()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_tex.cpp185 int packAlignment, int packSkipRows, int packSkipPixels) in packImage() argument
218 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
232 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
246 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
260 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
274 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
288 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
302 + packSkipRows * rowStride + packSkipPixels * components; in packImage()
326 int packRowLength, int packAlignment, int packSkipRows, int packSkipPixels) in GL_ScaleBufferEx() argument
618 packRowLength, packAlignment, packSkipRows, packSkipPixels); in GL_ScaleBufferEx()
H A Dtexturecontent.cpp507 const int packRowLength = 0, packAlignment = 1, packSkipRows = 0, packSkipPixels = 0; in uploadTexture() local
557 GL.glPixelStorei(GL_PACK_SKIP_ROWS, (GLint)packSkipRows); in uploadTexture()
587 w, h, /*GL_UNSIGNED_BYTE,*/ packRowLength, packAlignment, packSkipRows, in uploadTexture()
611 packSkipRows, packSkipPixels); in uploadTexture()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/
H A DTextureIO.java634 int packSkipRows = glGetInteger(GL.GL_PACK_SKIP_ROWS); in write() local
655 gl.glPixelStorei(GL.GL_PACK_SKIP_ROWS, packSkipRows); in write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DTextureTest.cpp6147 GLint packSkipRows, in testReadPixelsRGBAWithRangeAndPixelStoreMode() argument
6161 std::size_t componentCount = n * packSkipPixels + k * (packSkipRows + height); in testReadPixelsRGBAWithRangeAndPixelStoreMode()
6175 pixelRowStart += n * packSkipPixels + k * packSkipRows; in testReadPixelsRGBAWithRangeAndPixelStoreMode()
6190 packSkipRows); in testReadPixelsRGBAWithRangeAndPixelStoreMode()