Searched defs:texImage (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h208 const struct gl_texture_image *texImage = obj->Image[0][obj->BaseLevel]; local
209 line.texWidth[attr] = (GLfloat) texImage->Width;
210 line.texHeight[attr] = (GLfloat) texImage->Height;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c211 struct gl_texture_image *texImage)
222 struct gl_texture_image *texImage)
233 struct gl_texture_image *texImage)
244 struct gl_texture_image *texImage)
256 struct gl_texture_image *texImage)
269 struct gl_texture_image *texImage)
278 struct gl_texture_image *texImage)
205 vboxDDTexImage1D(GLcontext *ctx, GLenum target, GLint level, GLint internalFormat, GLint width, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
216 vboxDDTexImage2D(GLcontext *ctx, GLenum target, GLint level, GLint internalFormat, GLint width, GLint height, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
227 vboxDDTexImage3D(GLcontext *ctx, GLenum target, GLint level, GLint internalFormat, GLint width, GLint height, GLint depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
238 vboxDDTexSubImage1D(GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
249 vboxDDTexSubImage2D(GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
262 vboxDDTexSubImage3D(GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
275 vboxDDGetTexImage(GLcontext *ctx, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dtexformat_tmp.h75 static void FETCH(rgba)( const struct gl_texture_image *texImage, argument
78 const GLchan *src = TEXEL_ADDR(GLchan, texImage, i, j, k, 4);
83 static void FETCH(f_rgba)( const struct gl_texture_image *texImage, argument
86 const GLchan *src = TEXEL_ADDR(GLchan, texImage, i, j, k, 4);
95 static void store_texel_rgba(struct gl_texture_image *texImage, argument
99 GLchan *dst = TEXEL_ADDR(GLchan, texImage, i, j, k, 4);
110 static void FETCH(rgb)( const struct gl_texture_image *texImage, argument
113 const GLchan *src = TEXEL_ADDR(GLchan, texImage, i, j, k, 3);
121 static void FETCH(f_rgb)( const struct gl_texture_image *texImage, argument
124 const GLchan *src = TEXEL_ADDR(GLchan, texImage,
132 store_texel_rgb(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
146 alpha( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
157 store_texel_alpha(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
169 luminance( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
180 store_texel_luminance(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
192 luminance_alpha( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
203 store_texel_luminance_alpha(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
216 intensity( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
227 store_texel_intensity(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
243 f_z32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
251 store_texel_z32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
267 f_z16(const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
275 store_texel_z16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
289 f_rgba_f32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
300 store_texel_rgba_f32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
318 f_rgba_f16( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
329 store_texel_rgba_f16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
343 f_rgb_f32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
354 store_texel_rgb_f32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
369 f_rgb_f16( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
380 store_texel_rgb_f16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
395 f_alpha_f32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
406 store_texel_alpha_f32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
421 f_alpha_f16( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
432 store_texel_alpha_f16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
447 f_luminance_f32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
458 store_texel_luminance_f32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
473 f_luminance_f16( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
484 store_texel_luminance_f16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
499 f_luminance_alpha_f32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
510 store_texel_luminance_alpha_f32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
526 f_luminance_alpha_f16( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
537 store_texel_luminance_alpha_f16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
553 f_intensity_f32( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
564 store_texel_intensity_f32(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
579 f_intensity_f16( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
590 store_texel_intensity_f16(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
609 rgba8888( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
620 store_texel_rgba8888(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
633 rgba8888_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
644 store_texel_rgba8888_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
657 argb8888( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
668 store_texel_argb8888(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
681 argb8888_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
692 store_texel_argb8888_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
705 rgb888( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
716 store_texel_rgb888(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
731 bgr888( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
742 store_texel_bgr888(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
760 rgb565( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
772 store_texel_rgb565(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
785 rgb565_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
797 store_texel_rgb565_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
810 argb4444( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
822 store_texel_argb4444(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
835 argb4444_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
846 store_texel_argb4444_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
859 argb1555( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
871 store_texel_argb1555(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
884 argb1555_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
896 store_texel_argb1555_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
909 al88( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
920 store_texel_al88(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
933 al88_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
944 store_texel_al88_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
957 rgb332( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
971 store_texel_rgb332(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
984 a8( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
995 store_texel_a8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1008 l8( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
1019 store_texel_l8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1032 i8( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
1043 store_texel_i8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1058 ci8( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
1139 store_texel_ci8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1152 srgb8(const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
1163 store_texel_srgb8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1175 srgba8(const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
1186 store_texel_srgba8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1198 sl8(const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
1209 store_texel_sl8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1219 sla8(const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
1230 store_texel_sla8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1251 ycbcr( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
1280 store_texel_ycbcr(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1298 ycbcr_rev( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLchan *texel ) argument
1327 store_texel_ycbcr_rev(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1342 f_z24_s8( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
1355 store_texel_z24_s8(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
1369 f_s8_z24( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) argument
1382 store_texel_s8_z24(struct gl_texture_image *texImage, GLint i, GLint j, GLint k, const void *texel) argument
[all...]

Completed in 54 milliseconds