Home
last modified time | relevance | path

Searched refs:NV_fog_distance (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfog.c179 if (ctx->API != API_OPENGL || !ctx->Extensions.NV_fog_distance || in _mesa_Fogfv()
Dextensions.c305 …{ "GL_NV_fog_distance", o(NV_fog_distance), GLL, …
Dmtypes.h3070 GLboolean NV_fog_distance; member
Dget.c306 EXTRA_EXT(NV_fog_distance);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_context.c450 ctx->Extensions.NV_fog_distance = true; in nv10_context_create()
Dnv20_context.c461 ctx->Extensions.NV_fog_distance = true; in nv20_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c522 ctx->Extensions.NV_fog_distance = GL_TRUE; in st_init_extensions()
/external/mesa3d/src/glx/
Dglxextensions.c207 { GL(NV_fog_distance), VER(0,0), Y, N, N, N },