| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 142 driver->Fogfv = NULL; 267 ctx->Driver.Fogfv(ctx, GL_FOG_COLOR, ctx->Fog.Color); 270 ctx->Driver.Fogfv(ctx, GL_FOG_MODE, &mode); 272 ctx->Driver.Fogfv(ctx, GL_FOG_DENSITY, &ctx->Fog.Density); 273 ctx->Driver.Fogfv(ctx, GL_FOG_START, &ctx->Fog.Start); 274 ctx->Driver.Fogfv(ctx, GL_FOG_END, &ctx->Fog.End);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 144 driver->Fogfv = NULL; 269 ctx->Driver.Fogfv(ctx, GL_FOG_COLOR, ctx->Fog.Color); 272 ctx->Driver.Fogfv(ctx, GL_FOG_MODE, &mode); 274 ctx->Driver.Fogfv(ctx, GL_FOG_DENSITY, &ctx->Fog.Density); 275 ctx->Driver.Fogfv(ctx, GL_FOG_START, &ctx->Fog.Start); 276 ctx->Driver.Fogfv(ctx, GL_FOG_END, &ctx->Fog.End);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | fog.c | 185 if (ctx->Driver.Fogfv) { 186 ctx->Driver.Fogfv( ctx, pname, params );
|
| H A D | dd.h | 621 void (*Fogfv)(struct gl_context *ctx, GLenum pname, const GLfloat *params); member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | fog.c | 187 if (ctx->Driver.Fogfv) { 188 ctx->Driver.Fogfv( ctx, pname, params );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state_init.c | 904 ctx->Driver.Fogfv( ctx, GL_FOG_MODE, NULL ); 905 ctx->Driver.Fogfv( ctx, GL_FOG_DENSITY, &ctx->Fog.Density ); 906 ctx->Driver.Fogfv( ctx, GL_FOG_START, &ctx->Fog.Start ); 907 ctx->Driver.Fogfv( ctx, GL_FOG_END, &ctx->Fog.End ); 908 ctx->Driver.Fogfv( ctx, GL_FOG_COLOR, ctx->Fog.Color ); 909 ctx->Driver.Fogfv( ctx, GL_FOG_COORDINATE_SOURCE_EXT, NULL );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state_init.c | 904 ctx->Driver.Fogfv( ctx, GL_FOG_MODE, NULL ); 905 ctx->Driver.Fogfv( ctx, GL_FOG_DENSITY, &ctx->Fog.Density ); 906 ctx->Driver.Fogfv( ctx, GL_FOG_START, &ctx->Fog.Start ); 907 ctx->Driver.Fogfv( ctx, GL_FOG_END, &ctx->Fog.End ); 908 ctx->Driver.Fogfv( ctx, GL_FOG_COLOR, ctx->Fog.Color ); 909 ctx->Driver.Fogfv( ctx, GL_FOG_COORDINATE_SOURCE_EXT, NULL );
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | enum_sizes.cpp | 80 TEST(ValidEnumSizes, Fogfv) 92 TEST(InvalidEnumSizes, Fogfv)
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | enum_sizes.cpp | 80 TEST(ValidEnumSizes, Fogfv) 92 TEST(InvalidEnumSizes, Fogfv)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_size.c | 352 ALIAS( Fogiv, Fogfv )
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_size.c | 352 ALIAS( Fogiv, Fogfv )
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state_init.c | 1250 ctx->Driver.Fogfv( ctx, GL_FOG_MODE, NULL ); 1251 ctx->Driver.Fogfv( ctx, GL_FOG_DENSITY, &ctx->Fog.Density ); 1252 ctx->Driver.Fogfv( ctx, GL_FOG_START, &ctx->Fog.Start ); 1253 ctx->Driver.Fogfv( ctx, GL_FOG_END, &ctx->Fog.End ); 1254 ctx->Driver.Fogfv( ctx, GL_FOG_COLOR, ctx->Fog.Color ); 1255 ctx->Driver.Fogfv( ctx, GL_FOG_COORDINATE_SOURCE_EXT, NULL );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state_init.c | 1250 ctx->Driver.Fogfv( ctx, GL_FOG_MODE, NULL ); 1251 ctx->Driver.Fogfv( ctx, GL_FOG_DENSITY, &ctx->Fog.Density ); 1252 ctx->Driver.Fogfv( ctx, GL_FOG_START, &ctx->Fog.Start ); 1253 ctx->Driver.Fogfv( ctx, GL_FOG_END, &ctx->Fog.End ); 1254 ctx->Driver.Fogfv( ctx, GL_FOG_COLOR, ctx->Fog.Color ); 1255 ctx->Driver.Fogfv( ctx, GL_FOG_COORDINATE_SOURCE_EXT, NULL );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 524 ctx->Driver.Fogfv = nouveau_fog;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 525 ctx->Driver.Fogfv = nouveau_fog;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | indirect_size_get.c | 1184 ALIAS(Fogiv, Fogfv)
|
| H A D | indirect_reqsize.c | 809 ALIAS(Fogiv, Fogfv)
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_size_get.c | 1187 ALIAS(Fogiv, Fogfv)
|
| H A D | indirect_reqsize.c | 771 ALIAS(Fogiv, Fogfv)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 204 void (GLAPIENTRY * Fogfv)(GLenum, const GLfloat *);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1124 functions->Fogfv = i830Fogfv;
|
| H A D | i915_state.c | 755 * dd_function_table::Fogfv unconditionally. We have to have some function 1066 functions->Fogfv = i915Fogfv;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1124 functions->Fogfv = i830Fogfv;
|
| H A D | i915_state.c | 755 * dd_function_table::Fogfv unconditionally. We have to have some function 1066 functions->Fogfv = i915Fogfv;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 718 { "glFogfv", _O(Fogfv) },
|