|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
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
1.7.6.1
|