Searched refs:texgen (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexgen.c27 * \file texgen.c
38 #include "main/texgen.h"
48 * Return texgen state for given coordinate
78 struct gl_texgen *texgen; local
96 texgen = get_texgen(ctx, texUnit, coord);
97 if (!texgen) {
107 if (texgen->Mode == mode)
142 texgen->Mode = mode;
143 texgen->_ModeBit = bit;
153 if (TEST_EQ_4V(texgen
300 struct gl_texgen *texgen; local
338 struct gl_texgen *texgen; local
384 struct gl_texgen *texgen; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexgen.c27 * \file texgen.c
38 #include "main/texgen.h"
48 * Return texgen state for given coordinate
78 struct gl_texgen *texgen; local
96 texgen = get_texgen(ctx, texUnit, coord);
97 if (!texgen) {
107 if (texgen->Mode == mode)
142 texgen->Mode = mode;
143 texgen->_ModeBit = bit;
153 if (TEST_EQ_4V(texgen
300 struct gl_texgen *texgen; local
338 struct gl_texgen *texgen; local
384 struct gl_texgen *texgen; local
[all...]
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_sprite_point.spec50 2. What about texgen and texture matrices?
54 by texgen or the texture matrix. Note that with a 3D texture and/or
55 texgen that the r coordinate could be used to select a slice in the
141 The new texture coordinates are not effected by texgen or the texture
143 unchanged and may have been computed with texgen and/or the texture
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec50 2. What about texgen and texture matrices?
54 by texgen or the texture matrix. Note that with a 3D texture and/or
55 texgen that the r coordinate could be used to select a slice in the
141 The new texture coordinates are not effected by texgen or the texture
143 unchanged and may have been computed with texgen and/or the texture
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texgen.c51 * Automatic texture coordinate generation (texgen) code.
69 /* Temporary values used in texgen.
249 /* Special case texgen functions.
334 static void texgen( struct gl_context *ctx, function
396 _mesa_problem(ctx, "Bad S texgen");
429 _mesa_problem(ctx, "Bad T texgen");
458 _mesa_problem(ctx, "Bad R texgen");
475 _mesa_problem(ctx, "Bad Q texgen");
533 store->TexgenFunc[i] = texgen; /* general solution */
535 /* look for special texgen case
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c51 * Automatic texture coordinate generation (texgen) code.
69 /* Temporary values used in texgen.
249 /* Special case texgen functions.
334 static void texgen( struct gl_context *ctx, function
396 _mesa_problem(ctx, "Bad S texgen");
429 _mesa_problem(ctx, "Bad T texgen");
458 _mesa_problem(ctx, "Bad R texgen");
475 _mesa_problem(ctx, "Bad Q texgen");
533 store->TexgenFunc[i] = texgen; /* general solution */
535 /* look for special texgen case
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/
H A Dsources.mak93 $(SRCDIR)main/texgen.c \
/external/mesa3d/src/mesa/
H A Dsources.mak93 $(SRCDIR)main/texgen.c \
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l308 {dot}texgen { return_token_or_DOT(require_ARB_vp, TEXGEN); }
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l308 {dot}texgen { return_token_or_DOT(require_ARB_vp, TEXGEN); }

Completed in 470 milliseconds