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

texformat_tmp.h File Reference

Go to the source code of this file.

Functions

static void FETCH() rgba (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() f_rgba (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() rgb (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() f_rgb (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() alpha (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() luminance (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() luminance_alpha (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() intensity (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() f_z32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_z16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_rgba_f32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_rgba_f16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_rgb_f32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_rgb_f16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_alpha_f32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_alpha_f16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_luminance_f32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_luminance_f16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_luminance_alpha_f32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_luminance_alpha_f16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_intensity_f32 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_intensity_f16 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() rgba8888 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgba8888_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() argb8888 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() argb8888_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgb888 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() bgr888 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgb565 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgb565_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgba4444 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() argb4444 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() argb4444_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgba5551 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() argb1555 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() argb1555_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() al88 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() al88_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() rgb332 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() a8 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() l8 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() i8 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() ci8 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() ycbcr (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() ycbcr_rev (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel)
static void FETCH() f_z24_s8 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)
static void FETCH() f_s8_z24 (const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel)

Detailed Description

Texel fetch functions template.

This template file is used by texformat.c to generate texel fetch functions for 1-D, 2-D and 3-D texture images.

It should be expanded by defining DIM as the number texture dimensions (1, 2 or 3). According to the value of DIM a series of macros is defined for the texel lookup in the gl_texture_image::Data.

See also:
texformat.c and FetchTexel.
Author:
Gareth Hughes
Brian Paul

Definition in file texformat_tmp.h.


Generated on Sat May 26 2012 04:57:25 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.