Home
last modified time | relevance | path

Searched refs:fbfmt (Results 1 – 2 of 2) sorted by relevance

/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dframebuffer.c580 enum nsfb_format_e fbfmt; in framebuffer_initialise() local
583 if (framebuffer_format_from_bpp(bpp, &fbfmt) == false) { in framebuffer_initialise()
600 if (nsfb_set_geometry(nsfb, width, height, fbfmt) == -1) { in framebuffer_initialise()
621 enum nsfb_format_e fbfmt; in framebuffer_resize() local
624 if (framebuffer_format_from_bpp(bpp, &fbfmt) == false) { in framebuffer_resize()
628 if (nsfb_set_geometry(nsfb, width, height, fbfmt) == -1) { in framebuffer_resize()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_device.cpp402 FBFormat fbfmt; in op_set_color_image() local
406 fbfmt = FBFormat::I4; in op_set_color_image()
410 fbfmt = FBFormat::I8; in op_set_color_image()
414 fbfmt = fmt ? FBFormat::IA88 : FBFormat::RGBA5551; in op_set_color_image()
418 fbfmt = FBFormat::RGBA8888; in op_set_color_image()
426 renderer.set_color_framebuffer(addr, width, fbfmt); in op_set_color_image()