ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

static void write_rgba_pixels_24 ( const GLcontext *  ctx,
struct gl_renderbuffer rb,
GLuint  n,
const GLint  x[],
const GLint  y[],
const GLubyte  rgba[][4],
const GLubyte  mask[] 
) [static]

Definition at line 971 of file wmesa.c.

Referenced by wmesa_set_renderbuffer_funcs().

{
    GLuint i;
    WMesaContext pwc = wmesa_context(ctx);
    WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer);
    for (i=0; i<n; i++)
    if (mask[i])
        WMSETPIXEL24(pwfb, FLIP(y[i]), x[i],
             rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]);
}

Generated on Sun May 27 2012 04:55:48 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.