Home
last modified time | relevance | path

Searched refs:blit_hw_CC (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_videoinfo.cpp47 bool VideoInfo::blit_hw_CC() { in blit_hw_CC() function in SDLmm::VideoInfo
48 return VideoInfo::me->blit_hw_CC; in blit_hw_CC()
H A Dsdlmm_videoinfo.h75 bool blit_hw_CC();
/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DVideoInfo.xs23 Uint32 blit_hw_CC:1; variable
75 RETVAL = videoinfo->blit_hw_CC;
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideoInfo.pod44 =head2 blit_hw_CC section
46 $video_info->blit_hw_CC()
/dports/devel/sdl12/SDL-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c183 if ( ! this->info.blit_hw_CC ) { in CheckHWBlit()
213 this->info.blit_hw_CC = 1; in FB_3DfxAccel()
H A DSDL_fbriva.c173 if ( ! this->info.blit_hw_CC ) { in CheckHWBlit()
213 this->info.blit_hw_CC = 1; in FB_RivaAccel()
H A DSDL_fbmatrox.c237 if ( ! this->info.blit_hw_CC ) { in CheckHWBlit()
267 this->info.blit_hw_CC = 1; in FB_MatroxAccel()
/dports/games/freedink-engine/freedink-108.4/test/sdl/
H A Dvideoinfo.c9 printf("blit_hw_CC: %d\n", info->blit_hw_CC); in print_info()
/dports/games/egoboo/egoboo-2.8.1/src/game/extensions/
H A DSDL_extensions.h138 unsigned blit_hw_CC: 1; member
H A DSDL_extensions.c128 psi->blit_hw_CC = pvi->blit_hw_CC; in SDLX_Get_Screen_Info()
/dports/devel/sdlmm/SDLmm-0.1.8/test/
H A Dvidinfo.cpp68 if (info.blit_hw_CC()) { in main()
H A Dsprite.cpp126 if ( info.blit_hw_CC() && info.blit_fill() ) { in FastestFlags()
/dports/devel/sdl12/SDL-1.2.15/src/video/photon/
H A DSDL_ph_image.c472 this->info.blit_hw_CC = 1; in ph_UpdateHWInfo()
476 this->info.blit_hw_CC = 0; in ph_UpdateHWInfo()
632 if (this->info.blit_hw_CC!=1) in ph_CheckHWBlit()
928 if (this->info.blit_hw_CC!=1) in ph_SetHWColorKey()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dsdl_video.c113 NOTICE(" Accelerated blits with Colorkey %d\n", sdl_vinfo->blit_hw_CC); in window_init()
/dports/games/battletanks/btanks-0.9.8083/sdlx/
H A Dsystem.cpp218 …vinfo->hw_available, vinfo->wm_available, vinfo->blit_hw, vinfo->blit_hw_CC, vinfo->blit_hw_A, vin… in probe_video_mode()
/dports/devel/py-game/pygame-2.1.0/buildconfig/pygame-stubs/
H A Ddisplay.pyi36 blit_hw_CC: int
/dports/games/wop/wop-0.4.3/src/
H A Dvideo.cpp95 videoInfo->blit_hw_CC ? "yes" : "no" ); in Video()
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DMiniSDL12.h285 Uint32 blit_hw_CC :1; member
/dports/games/xblast/xblast-2.10.4/
H A Dsdl_init.c250 videoInfo->blit_hw_CC ? "yes" : "no"); in InitDisplay()
/dports/games/allacrost/allacrost-1.0.2/src/
H A Dmain_options.cpp226 if (user_video->blit_hw_CC == 1) in PrintSystemInformation()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/include/
H A DLRSDL_video.h177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */ member
/dports/devel/sdl12/SDL-1.2.15/src/video/dga/
H A DSDL_dgavideo.c317 this->info.blit_hw_CC = 1; in UpdateHWInfo()
319 this->info.blit_hw_CC = 0; in UpdateHWInfo()
921 if ( ! this->info.blit_hw_CC ) { in DGA_CheckHWBlit()
/dports/devel/sdl12/SDL-1.2.15/test/
H A Dtestsprite.c129 if ( info->blit_hw_CC && info->blit_fill ) { in FastestFlags()
/dports/devel/emscripten/emscripten-2.0.3/system/include/SDL/
H A DSDL_compat.h141 Uint32 blit_hw_CC:1; member
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/test/
H A Dtestsprite.c129 if ( info->blit_hw_CC && info->blit_fill ) { in FastestFlags()

1234