代码搜索:Framebuffer

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

代码结果 2,292
www.eeworm.com/read/418684/2086603

h framebuffer.h

/* * Mesa 3-D graphics library * Version: 6.5 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy
www.eeworm.com/read/409921/2227245

c framebuffer.c

/* * Mesa 3-D graphics library * Version: 6.4 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/409921/2227263

h framebuffer.h

/* * Mesa 3-D graphics library * Version: 6.3 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/406924/2272107

c framebuffer.c

/************************************************** * * buffer.c * * CVS ID: $Id: framebuffer.c,v 1.35 2007/09/21 05:26:11 hara Exp $ * Author: Raffaele Belardi [RB] - STM) * Date: $Date
www.eeworm.com/read/406924/2272253

h framebuffer.h

/************************************************** * * framebuffer.h * * CVS ID: $Id: framebuffer.h,v 1.32 2007/09/21 05:26:20 hara Exp $ * Author: Raffaele Belardi [RB] - STM * Date: $
www.eeworm.com/read/380330/2660931

c framebuffer.c

/* * Mesa 3-D graphics library * Version: 6.5 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy
www.eeworm.com/read/380330/2660950

h framebuffer.h

/* * Mesa 3-D graphics library * Version: 6.5 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy
www.eeworm.com/read/367898/2830259

java framebuffer.java

/* Milenia Grafter Server Copyright (c) 2007-2008 by Milan Toth. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the
www.eeworm.com/read/473709/6833756

c framebuffer.c

#include #include "graphics.h" Color* g_vram_base = (Color*) (0x40000000 | 0x04000000);
www.eeworm.com/read/473709/6833758

h framebuffer.h

#ifndef FRAMEBUFFER_H #define FRAMEBUFFER_H #include extern u32* g_vram_base; #endif