Home
last modified time | relevance | path

Searched refs:MDFN_COLORSPACE_RGB (Results 1 – 25 of 35) sorted by relevance

12

/dports/emulators/mednafen/mednafen/src/drivers/
H A Dfps.cpp72 …FN_Surface(NULL, FPSRect.w, FPSRect.h, FPSRect.w, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, 0, 8, 16, … in FPS_Init()
176 FPSSurface->SetFormat(MDFN_PixelFormat(MDFN_COLORSPACE_RGB, rs, gs, bs, as), false); in FPS_DrawToScreen()
H A Dvideo-state.cpp108 …s->w + 2, StateStatus->h + 2, StateStatus->w + 2, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, rs, gs, bs… in DrawSaveStates()
138 …TextSurface = new MDFN_Surface(NULL, 230, 40, 230, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, rs, gs, b… in DrawSaveStates()
H A Dvideo.cpp58 format.colorspace = MDFN_COLORSPACE_RGB; in SDL_to_MDFN_Surface_Wrapper()
85 …format = MDFN_PixelFormat(MDFN_COLORSPACE_RGB, sdl_surface->format->Rshift, sdl_surface->format->G… in SDL_to_MDFN_Surface_Wrapper()
728 MDFN_PixelFormat format(MDFN_COLORSPACE_RGB, 0, 8, 16, 24);
1256 … MDFN_Surface(NULL, SMRect.w, SMRect.h, SMRect.w, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, real_rs, r… in Video_Sync()
1259 pf_normal = MDFN_PixelFormat(MDFN_COLORSPACE_RGB, rs, gs, bs, as); in Video_Sync()
1735 …ib.reset(new MDFN_Surface(NULL, sr.w, sr.h, sr.w, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, real_rs, r… in BlitScreen()
1769 …Debugger_MT_DrawToScreen(MDFN_PixelFormat(MDFN_COLORSPACE_RGB, real_rs, real_gs, real_bs, real_as)… in BlitScreen()
1798 …CheatIF_MT_Draw(MDFN_PixelFormat(MDFN_COLORSPACE_RGB, real_rs, real_gs, real_bs, real_as), screen_… in BlitScreen()
1799 …Netplay_MT_Draw(MDFN_PixelFormat(MDFN_COLORSPACE_RGB, real_rs, real_gs, real_bs, real_as), screen_… in BlitScreen()
1810 …HelpSurface = new MDFN_Surface(NULL, 512, 408, 512, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, real_rs,… in BlitScreen()
H A Dgfxdebugger.cpp73 …gd_surface = new MDFN_Surface(NULL, 128, 128, 128 * 3, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, 0, 8,… in GfxDebugger_SetActive()
H A Ddebugger.cpp1175 …DebuggerSurface[0] = new MDFN_Surface(NULL, 640, 480, 640, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, 0… in SetActive()
1176 …DebuggerSurface[1] = new MDFN_Surface(NULL, 640, 480, 640, MDFN_PixelFormat(MDFN_COLORSPACE_RGB, 0… in SetActive()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/video/
H A Dsurface.h45 MDFN_COLORSPACE_RGB = 0 enumerator
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/video/
H A Dsurface.h24 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/video/
H A Dsurface.h22 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/video/
H A Dsurface.h22 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/video/
H A Dsurface.h43 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dpce.cpp526 nf.colorspace = MDFN_COLORSPACE_RGB; in Emulate()
559 tmp_pf.colorspace = MDFN_COLORSPACE_RGB; in Emulate()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/video/
H A Dsurface.h48 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/video/
H A Dsurface.h48 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/video/
H A Dsurface.h48 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dpce.cpp524 nf.colorspace = MDFN_COLORSPACE_RGB; in Emulate()
557 tmp_pf.colorspace = MDFN_COLORSPACE_RGB; in Emulate()
/dports/emulators/mednafen/mednafen/src/video/
H A Dpng.cpp223 if(MDFN_LIKELY(format.colorspace == MDFN_COLORSPACE_RGB && format.bpp == 32)) in WriteIt()
H A Dsurface.h35 MDFN_COLORSPACE_RGB = 0, enumerator
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/
H A Dlibretro.cpp213 MDFN_PixelFormat pix_fmt(MDFN_COLORSPACE_RGB, 16, 8, 0, 24); in retro_load_game()
/dports/emulators/mednafen/mednafen/src/nes/ppu/
H A Dppu.cpp905 if(surface->format.colorspace != MDFN_COLORSPACE_RGB || surface->format.bpp != 32) in DoLine()
910 nf.colorspace = MDFN_COLORSPACE_RGB; in DoLine()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/
H A Dlibretro.cpp301 MDFN_PixelFormat pix_fmt(MDFN_COLORSPACE_RGB, 16, 8, 0, 24); in retro_load_game()
/dports/emulators/mednafen/mednafen/src/nes/
H A Dnes.cpp340 tmp_pf.colorspace = MDFN_COLORSPACE_RGB; in Emulate()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/vb/
H A Dvip.c830 Recalc3DModeStuff(espec->surface->format.colorspace != MDFN_COLORSPACE_RGB); in VIP_StartFrame()
/dports/emulators/mednafen/mednafen/src/vb/
H A Dvip.cpp871 Recalc3DModeStuff(espec->surface->format.colorspace != MDFN_COLORSPACE_RGB); in VIP_StartFrame()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/
H A Dlibretro.cpp1318 MDFN_PixelFormat pix_fmt(MDFN_COLORSPACE_RGB, 16, 8, 0, 13); in retro_load_game()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/
H A Dlibretro.cpp2545 pix_fmt.colorspace = MDFN_COLORSPACE_RGB; in retro_load_game()

12