代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/438146/7735609
c neofb.c
/*
* linux/drivers/video/neofb.c -- NeoMagic Framebuffer Driver
*
* Copyright (c) 2001-2002 Denis Oliver Kropp
*
*
* Card specific code is based on XFree86's neomagic driver.
www.eeworm.com/read/239221/13293543
cpp capture.cpp
#include "capture.h"
int frameSize;
unsigned char *nextBuff;
unsigned char *toBuff;
void rgb_to_framebuffer( fb_v41 *vd,int width,int height,int xoffset,int yoffset,
unsigned short *im
www.eeworm.com/read/239221/13293578
cpp capture.cpp
#include "capture.h"
int frameSize;
unsigned char *nextBuff;
unsigned char *toBuff;
void rgb_to_framebuffer( fb_v41 *vd,int width,int height,int xoffset,int yoffset,
unsigned short *im
www.eeworm.com/read/404805/11477880
h epson1356fb.h
/*
* epson1356fb.h -- Epson SED1356 Framebuffer Driver
*
* Copyright 2001, 2002, 2003 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
* stevel@mvista.com or source@mvista.com
*
www.eeworm.com/read/404805/11477964
c epson1356fb.c
/*
* epson1356fb.c -- Epson SED1356 Framebuffer Driver
*
* Copyright 2001, 2002, 2003 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
* stevel@mvista.com or source@mvista.com
*
www.eeworm.com/read/250243/4439241
makefile
#
# Makefile for the SiS framebuffer device driver
#
obj-$(CONFIG_FB_SIS) += sisfb.o
sisfb-objs := sis_main.o sis_accel.o init.o init301.o
www.eeworm.com/read/242732/4544607
c wmesa.c
/*
* Windows (Win32) device driver for Mesa
*
*/
#include "wmesadef.h"
#include "colors.h"
#include
#include "extensions.h"
#include "framebuffer.h"
#include "renderbuffer.h
www.eeworm.com/read/216802/4886792
c wmesa.c
/*
* Windows (Win32) device driver for Mesa
*
*/
#include "wmesadef.h"
#include "colors.h"
#include
#include "extensions.h"
#include "framebuffer.h"
#include "renderbuffer.h
www.eeworm.com/read/209559/4967435
makefile
#
# Makefile for the SiS framebuffer device driver
#
obj-$(CONFIG_FB_SIS) += sisfb.o
sisfb-objs := sis_main.o sis_accel.o init.o init301.o
www.eeworm.com/read/209559/4967534
c neofb.c
/*
* linux/drivers/video/neofb.c -- NeoMagic Framebuffer Driver
*
* Copyright (c) 2001-2002 Denis Oliver Kropp
*
*
* Card specific code is based on XFree86's neomagic driver.