Home
last modified time | relevance | path

Searched refs:packState (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/wizznic/Wizznic-1.1/src/
H A Dplayer.c33 playerInfo.lives=(packState()->cp->lives>0)?packState()->cp->lives:-1; in initPlayer()
H A Dstats.c67 for(i=0; i < packState()->cp->numLevels; i++) in statsLoad()
93 strcpy( buf, packState()->cp->path+charrpos(packState()->cp->path, '/')+1 ); in statsLoad()
296 txtWriteCenter(screen, FONTSMALL, packState()->cp->name, HSCREENW, HSCREENH-80); in statsDrawHs()
440 CMD_UPLOAD_STATS_POST, VERSION_STRING, packState()->cp->path,\ in statsUpload()
H A Dmenu.c678 menuPosY = packState()->selected; in runMenu()
811 if( packState()->cp->hasFinishedImg ) in runMenu()
813 if( !packState()->finishedImg ) in runMenu()
816 if( !packState()->finishedImg ) in runMenu()
841 SDL_FreeSurface( packState()->finishedImg ); in runMenu()
844 packState()->finishedImg=0; in runMenu()
851 menuPosY = packState()->selected; in runMenu()
1175 menuMaxY= packState()->numPacks; in runMenu()
1189 while(ul < packState()->numPacks+1 && ul-scroll < 4) in runMenu()
1232 if( menuPosY == packState()->numPacks ) in runMenu()
[all …]
H A Dskipleveldialog.c44 if( lastPackNum == -1 || lastPackNum != packState()->selected ) in loadSkipLevelDialog()
46 lastPackNum = packState()->selected; in loadSkipLevelDialog()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp241 const PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
242 mStateManager->setPixelPackState(packState); in readPixels()
251 if (mWorkarounds.packOverlappingRowsSeparatelyPackBuffer && packState.pixelBuffer.get() && in readPixels()
252 packState.rowLength != 0 && packState.rowLength < area.width) in readPixels()
254 return readPixelsRowByRowWorkaround(area, readFormat, readType, packState, pixels); in readPixels()
262 ANGLE_TRY_RESULT(ShouldApplyLastRowPaddingWorkaround(size, packState, readFormat, readType, in readPixels()
268 return readPixelsPaddingWorkaround(area, readFormat, readType, packState, pixels); in readPixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp117 const gl::PixelPackState &packState = context->getState().getPackState(); in readPixels() local
150 glFormat.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
151 packState.rowLength, &rowBytes)); in readPixels()
155 glFormat.computeSkipBytes(type, rowBytes, 0, packState, false, &skipBytes)); in readPixels()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp241 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
246 … ANGLE_TRY_RESULT(formatInfo.computeRowPitch(area.width, packState.alignment, packState.rowLength), in readPixels()
249 ANGLE_TRY_RESULT(formatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
252 return readPixelsImpl(area, format, type, outputPitch, packState, in readPixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A DRenderbufferImpl.h54 const gl::PixelPackState &packState,
85 const gl::PixelPackState &packState, in getRenderbufferImage() argument
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(packFormat.computeRowPitch(origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(packFormat.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp258 const gl::PixelPackState &packState = context->getGLState().getPackState(); in readPixels() local
263 ANGLE_TRY_RESULT(sizedFormatInfo.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
264 packState.rowLength), in readPixels()
267 ANGLE_TRY_RESULT(sizedFormatInfo.computeSkipBytes(outputPitch, 0, packState, false), in readPixels()
272 return readPixelsImpl(context, area, format, type, outputPitch, packState, in readPixels()

12345