| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texgen.c | 181 if (ctx->Driver.TexGen) 182 ctx->Driver.TexGen( ctx, coord, pname, params );
|
| H A D | attrib.c | 125 GLbitfield TexGen[MAX_TEXTURE_UNITS]; member in struct:gl_enable_attrib 390 attr->TexGen[i] = ctx->Texture.FixedFuncUnit[i].TexGenEnabled; 763 const GLbitfield genEnabled = enable->TexGen[i]; 840 if (ctx->Driver.TexGen) { 841 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane); 842 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane); 843 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->GenR.EyePlane); 844 ctx->Driver.TexGen(ctx, GL_Q, GL_EYE_PLANE, unit->GenQ.EyePlane);
|
| H A D | dd.h | 664 void (*TexGen)(struct gl_context *ctx, GLenum coord, GLenum pname, member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texgen.c | 179 if (ctx->Driver.TexGen) 180 ctx->Driver.TexGen( ctx, coord, pname, params );
|
| H A D | attrib.c | 193 attr->TexGen[i] = ctx->Texture.FixedFuncUnit[i].TexGenEnabled; 495 const GLbitfield gen_enabled = enable->TexGen[i]; 550 if (ctx->Driver.TexEnv || ctx->Driver.TexGen) { 579 if (ctx->Driver.TexGen) { 580 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->EyePlane[GEN_S]); 581 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->EyePlane[GEN_T]); 582 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->EyePlane[GEN_R]); 583 ctx->Driver.TexGen(ctx, GL_Q, GL_EYE_PLANE, unit->EyePlane[GEN_Q]);
|
| H A D | mtypes.h | 5088 GLbitfield TexGen[MAX_TEXTURE_UNITS]; member in struct:gl_enable_attrib_node
|
| H A D | dd.h | 753 void (*TexGen)(struct gl_context *ctx, GLenum coord, GLenum pname, member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 450 functions->TexGen = radeonTexGen;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_tex.c | 515 functions->TexGen = r200TexGen;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 160 driver->TexGen = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 162 driver->TexGen = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_tex.c | 517 functions->TexGen = r200TexGen;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 451 functions->TexGen = radeonTexGen;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 540 ctx->Driver.TexGen = nouveau_tex_gen;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 541 ctx->Driver.TexGen = nouveau_tex_gen;
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 23845 "description": "mesa: Remove unused _check_*TexGen*OES", [all...] |