Searched refs:compute_texgen (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 284 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], function in typeref:typename:void 322 _mesa_problem(ctx, "Bad S texgen in compute_texgen()"); 345 _mesa_problem(ctx, "Bad T texgen in compute_texgen()"); 365 _mesa_problem(ctx, "Bad R texgen in compute_texgen()"); 379 _mesa_problem(ctx, "Bad Q texgen in compute_texgen()"); 505 compute_texgen(ctx, vObj, eye, norm, u, tc);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 288 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], function in typeref:typename:void 326 _mesa_problem(ctx, "Bad S texgen in compute_texgen()"); 349 _mesa_problem(ctx, "Bad T texgen in compute_texgen()"); 369 _mesa_problem(ctx, "Bad R texgen in compute_texgen()"); 383 _mesa_problem(ctx, "Bad Q texgen in compute_texgen()"); 511 compute_texgen(ctx, vObj, eye, norm, u, tc);
|
Completed in 4 milliseconds