Home
last modified time | relevance | path

Searched refs:RGBFormat (Results 1 – 25 of 109) sorted by relevance

12345

/dports/emulators/uae/uae-0.8.29/src/
H A Dpicasso96.c504 if (picasso96_state.RGBFormat != RGBFB_CHUNKY) in do_fillrect()
603 if (picasso96_state.RGBFormat != RGBFB_CHUNKY) in do_blit()
705 if (picasso96_state.RGBFormat != RGBFB_CHUNKY) in wgfx_do_flushline()
766 ri.RGBFormat = picasso96_state.RGBFormat; in picasso_refresh()
1307 RGBFTYPE RGBFormat) in do_fillrect_frame_buffer() argument
1375 uae_u32 RGBFormat = m68k_dreg (regs, 7); in picasso_FillRect() local
1388 if (ri.RGBFormat != RGBFormat) in picasso_FillRect()
1391 Bpp = GetBytesPerPixel (RGBFormat); in picasso_FillRect()
1401 Width, Height, Pen, Bpp, RGBFormat); in picasso_FillRect()
1703 Bpp = GetBytesPerPixel (ri.RGBFormat); in picasso_BlitPattern()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c375 int bpp = GetBytesPerPixel (ri->RGBFormat); in validatecoords2()
919 orgbformat = picasso96_state.RGBFormat; in setconvert()
957 ri.RGBFormat = picasso96_state.RGBFormat; in picasso_refresh()
1215 uae_u8 Bpp = GetBytesPerPixel (ri->RGBFormat); in do_blitrect_frame_buffer()
2392 rgbf = picasso96_state.RGBFormat; in picasso_SetPanning()
2406 if (rgbf != picasso96_state.RGBFormat) in picasso_SetPanning()
2558 Bpp = GetBytesPerPixel (RGBFormat); in picasso_FillRect()
2852 Bpp = GetBytesPerPixel(ri.RGBFormat); in picasso_BlitPattern()
3015 Bpp = GetBytesPerPixel (ri.RGBFormat); in picasso_BlitTemplate()
3311 int bpp = GetBytesPerPixel (ri->RGBFormat); in PlanarToDirect()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp388 int bpp = GetBytesPerPixel (ri->RGBFormat); in validatecoords2()
1063 orgbformat = picasso96_state.RGBFormat; in setconvert()
1105 ri.RGBFormat = picasso96_state.RGBFormat; in picasso_refresh()
1361 uae_u8 Bpp = GetBytesPerPixel (ri->RGBFormat); in do_blitrect_frame_buffer()
2966 rgbf = picasso96_state.RGBFormat;
2980 if (rgbf != picasso96_state.RGBFormat)
3129 Bpp = GetBytesPerPixel (RGBFormat);
3421 Bpp = GetBytesPerPixel(ri.RGBFormat);
3583 Bpp = GetBytesPerPixel (ri.RGBFormat);
3894 int bpp = GetBytesPerPixel (ri->RGBFormat);
[all …]
H A Dpicasso96_win.h224 RGBFTYPE RGBFormat; member
520 RGBFTYPE RGBFormat; /* true-colour, CLUT, hi-colour, etc.*/ member
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Drtg.c67 ri.RGBFormat = format; in ami_rtg_writepixelarray()
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dpicasso96api.pas208 RGBFormat : TRGBFTYPE; // RGBFormat of the data.
328 function p96AllocBitMap(SizeX, SizeY, Depth, Flags: LongWord; Friend: PBitMap; RGBFormat: TRGBFTYPE… in p96AllocBitMap()
364 function p96EncodeColor(RGBFormat: TRGBFTYPE; Color: LongWord): LongWord; syscall IP96 220; in p96EncodeColor()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dpicasso96.h309 RGBFTYPE RGBFormat; member
497 uae_u32 RGBFormat; /* true-colour, CLUT, hi-colour, etc. */ member
590 …ed long Y, unsigned long Width, unsigned long Height, uae_u32 Pen, uae_u8 Mask, uae_u32 RGBFormat);
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dpicasso96api.pas252 RGBFormat : RGBFTYPE;
405 …tion 'd2'; Flags : Ulong location 'd3'; Friend : pBitMap location 'a0'; RGBFormat : RGBFTYPE locat… in p96AllocBitMap()
430 FUNCTION p96EncodeColor(RGBFormat : RGBFTYPE location 'd0'; Color : Ulong location 'd1') : Ulong; s… in p96EncodeColor()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/aos4/
H A Daos4_cairo_glue.cpp284 ri.RGBFormat = _ftype; in prepDrawingArea()
350 ri.RGBFormat = _ftype; in render()
H A Daos4_agg_glue.cpp289 ri.RGBFormat = _ftype; in prepDrawingArea()
357 ri.RGBFormat = _ftype; in render()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/wayland_wrapper/
H A Dqwlclientbuffer.cpp166 m_shmTexture->setFormat(QOpenGLTexture::RGBFormat); in toOpenGlTexture()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h284 RGBFTYPE RGBFormat; member
471 uae_u32 RGBFormat; /* true-colour, CLUT, hi-colour, etc. */ member
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp804 struct RGBFormat in ReadDDSFile() struct
819 static const RGBFormat rgbFormats[] = in ReadDDSFile()
865 for ( unsigned int i = 0; i < sizeof ( rgbFormats ) / sizeof ( RGBFormat ); i++ ) in ReadDDSFile()
867 const RGBFormat& f = rgbFormats[ i ]; in ReadDDSFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp483 struct RGBFormat
498 static const RGBFormat rgbFormats[] =
540 for ( unsigned int i = 0; i < sizeof ( rgbFormats ) / sizeof ( RGBFormat ); i++ )
542 const RGBFormat& f = rgbFormats[ i ];
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qvfb/
H A Dqvfbview.h71 enum PixelFormat { DefaultFormat, GrayscaleFormat, RGBFormat, ARGBFormat }; enumerator
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dpicasso96.h353 RGBFTYPE RGBFormat; member
686 RGBFTYPE RGBFormat; /* true-colour, CLUT, hi-colour, etc.*/ member
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/textures/
H A Dgltexture.cpp479 case QAbstractTexture::RGBFormat: in buildGLTexture()
480 format = QAbstractTexture::RGBFormat; in buildGLTexture()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/texture/
H A Dqabstracttexture.h228 RGBFormat = 0x1907, // GL_RGB enumerator
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/
H A Dlinuxdmabufclientbufferintegration.cpp100 return QOpenGLTexture::RGBFormat; in openGLFormatFromBufferFormat()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexture.h253 RGBFormat = 0x1907, // GL_RGB enumerator
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexture.h253 RGBFormat = 0x1907, // GL_RGB enumerator
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexture.h253 RGBFormat = 0x1907, // GL_RGB enumerator
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexture.h253 RGBFormat = 0x1907, // GL_RGB enumerator
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexture.h253 RGBFormat = 0x1907, // GL_RGB enumerator
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexture.h253 RGBFormat = 0x1907, // GL_RGB enumerator

12345