OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:density
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_fog.c
52
d = ctx->Fog.
Density
;
57
d = ctx->Fog.
Density
;
70
#define EXP_FOG(f, coord) f = expf(
density
* coord)
186
const GLfloat
density
= -ctx->Fog.
Density
;
local
205
const GLfloat negDensitySquared = -ctx->Fog.
Density
* ctx->Fog.
Density
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_fog.c
52
d = ctx->Fog.
Density
;
57
d = ctx->Fog.
Density
;
70
#define EXP_FOG(f, coord) f = expf(
density
* coord)
186
const GLfloat
density
= -ctx->Fog.
Density
;
local
205
const GLfloat negDensitySquared = -ctx->Fog.
Density
* ctx->Fog.
Density
;
Completed in 5 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026