代码搜索:Framebuffer

找到约 2,292 项符合「Framebuffer」的源代码

代码结果 2,292
www.eeworm.com/read/136849/5844070

c r2d_task_init_i.c

/* Used by refresh task to extract bytes from the framebuffer */ //#include "r2d_tfd_lcd.h" #include "sys_types.h" #include "l1_types.h" #include "mem.h" #include "armio.h" #include "r2d_ta
www.eeworm.com/read/347434/11665906

c mga_vfb.c

/* Framebuffer unit */ #include "../mga_view.h" #include "mga_vfb.h" __u16 rr[256],gg[256],bb[256]; struct fb_cmap oldcmap={0,256,rr,gg,bb} ; void clear_bottom() { if (is_matrox==0) { system("cle
www.eeworm.com/read/176614/5336935

c lcdlib.c

#include #include "\inc\44b.h" #include "\inc\44blib.h" #include "\inc\def.h" //#include "\inc\lcdlib.h" #include "\gui\config\LCDConf.h" unsigned int (*frameBuffer1)[SCR_XS
www.eeworm.com/read/316492/3610988

c clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" extern unsigned int (*frameBuffer256)[SCR_XSIZE/4]; void Test_Cl
www.eeworm.com/read/303294/3814319

c clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" extern unsigned int (*frameBuffer256)[SCR_XSIZE/4]; void Test_Cl
www.eeworm.com/read/418684/2086033

c s3v_xmesa.c

/* * Author: Max Lingua */ #include "s3v_context.h" #include "s3v_vb.h" #include "context.h" #include "matrix.h" #include "s3v_dri.h" #include "framebuffer.h" #include "renderbuf
www.eeworm.com/read/404607/2302347

makefile

# # Makefile for the new OMAP framebuffer device driver # ifeq ($(CONFIG_ARCH_OMAP2),y) obj-$(CONFIG_FB_OMAP) += omap_disp_out.o obj-$(CONFIG_FB_OMAP) += omap_fb.o else ifeq ($(CONFIG_ARCH_OMAP3
www.eeworm.com/read/380330/2660514

c s3v_xmesa.c

/* * Author: Max Lingua */ #include "s3v_context.h" #include "s3v_vb.h" #include "context.h" #include "matrix.h" #include "s3v_dri.h" #include "framebuffer.h" #include "renderbuf
www.eeworm.com/read/378656/9220170

c glib.c

#include "..\inc\def.h" #include "..\inc\lcdlib.h" #include "..\inc\glib.h" #include "..\inc\lcd.h" extern U32 frameBuffer[76800]; //void (*PutPixel)(U32,U32,U8); void Glib_Init(int depth)
www.eeworm.com/read/272829/10942239

c hardware.c

#include #include #include #include #include "Hardware.h" //DMA0参数设定 //显示缓冲区设定 #pragma section("FrameBuffer1", RUNTIME_INIT) char Fra