代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/405255/2294395
c fb_display.c
/*
* FrameBuffer Image Display Function
* (c) smoku/2000
*
*/
/* Public Use Functions:
*
* extern void fb_display(unsigned char *rgbbuff,
* int x_size, int y_size,
* int x_pan, int y_
www.eeworm.com/read/404607/2302311
makefile
#
# Makefile for the nVidia framebuffer driver
#
obj-$(CONFIG_FB_NVIDIA) += nvidiafb.o
nvidiafb-y := nvidia.o nv_hw.o nv_setup.o \
nv_accel.o
nvidiafb-$
www.eeworm.com/read/393286/2482809
makefile
#
# Makefile for the nVidia framebuffer driver
#
obj-$(CONFIG_FB_NVIDIA) += nvidiafb.o
nvidiafb-y := nvidia.o nv_hw.o nv_setup.o \
nv_accel.o
nvidiafb-$
www.eeworm.com/read/375673/2722774
c qvfb.c
/*
** $Id: qvfb.c,v 1.8 2003/09/04 03:38:26 weiym Exp $
**
** qvfb.c: Input Engine for Qt Virtual FrameBuffer
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming
**
**
www.eeworm.com/read/375673/2722861
h fb3dfx.h
/*
** $Id: fb3dfx.h,v 1.3 2003/09/04 06:02:53 weiym Exp $
**
** 3Dfx hardware acceleration for the SDL framebuffer console driver
**
** Port to MiniGUI by Wei Yongming (2001/10/03).
** Copyright
www.eeworm.com/read/375673/2722862
am makefile.am
## Makefile.am for MiniGUI using the framebuffer console video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SR
www.eeworm.com/read/364780/2901537
c fb_display.c
/*
* FrameBuffer Image Display Function
* (c) smoku/2000
*
*/
/* Public Use Functions:
*
* extern void fb_display(unsigned char *rgbbuff,
* int x_size, int y_size,
* int x_pan, int y_
www.eeworm.com/read/363043/2923221
c fb_display.c
/*
* FrameBuffer Image Display Function
* (c) smoku/2000
*
*/
/* Public Use Functions:
*
* extern void fb_display(unsigned char *rgbbuff,
* int x_size, int y_size,
* int x_pan, int y_
www.eeworm.com/read/357209/3028004
c qvfb.c
/*
** $Id: qvfb.c,v 1.16 2005/02/05 01:55:20 clear Exp $
**
** qvfb.c: Input Engine for Qt Virtual FrameBuffer
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming
**
*
www.eeworm.com/read/267293/4268013
c framebuf.c
/*
** FILE
** framebuf.c
**
** DESCRIPTION
** access framebuffer.
*/
#include "config.h"
#include "global.h"
#include "dma.h"
#include "mon.h"
#include "fs9660.h"
#include "framebuf.h"