Home
last modified time | relevance | path

Searched refs:Density (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fog.c112 d = ctx->Fog.Density; in radeonComputeFogBlendFactor()
117 d = ctx->Fog.Density*ctx->Fog.Density; in radeonComputeFogBlendFactor()
Dr200_state.c410 d.f = -ctx->Fog.Density; in r200Fogfv()
415 d.f = -(ctx->Fog.Density * ctx->Fog.Density); in r200Fogfv()
425 d.f = -ctx->Fog.Density; in r200Fogfv()
429 d.f = -(ctx->Fog.Density * ctx->Fog.Density); in r200Fogfv()
Dr200_state_init.c1251 ctx->Driver.Fogfv( ctx, GL_FOG_DENSITY, &ctx->Fog.Density ); in r200InitState()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fog.c112 d = ctx->Fog.Density; in radeonComputeFogBlendFactor()
117 d = ctx->Fog.Density*ctx->Fog.Density; in radeonComputeFogBlendFactor()
Dradeon_state.c355 d.f = -ctx->Fog.Density; in radeonFogfv()
359 d.f = -(ctx->Fog.Density * ctx->Fog.Density); in radeonFogfv()
Dradeon_state_init.c905 ctx->Driver.Fogfv( ctx, GL_FOG_DENSITY, &ctx->Fog.Density ); in radeonInitState()
/external/mesa3d/src/mesa/swrast/
Ds_fog.c52 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
57 d = ctx->Fog.Density; in _swrast_z_to_fogfactor()
186 const GLfloat density = -ctx->Fog.Density; in _swrast_fog_rgba_span()
205 const GLfloat negDensitySquared = -ctx->Fog.Density * ctx->Fog.Density; in _swrast_fog_rgba_span()
/external/mesa3d/src/mesa/main/
Dfog.c117 if (ctx->Fog.Density == *params) in _mesa_Fogfv()
120 ctx->Fog.Density = *params; in _mesa_Fogfv()
211 ctx->Fog.Density = 1.0; in _mesa_init_fog()
Dattrib.c1189 _mesa_Fogf(GL_FOG_DENSITY, fog->Density); in _mesa_PopAttrib()
Dmtypes.h580 GLfloat Density; /**< Density >= 0.0 */ member
/external/mesa3d/src/mesa/tnl/
Dt_vb_fog.c123 d = ctx->Fog.Density; in compute_fog_blend_factors()
130 d = ctx->Fog.Density*ctx->Fog.Density; in compute_fog_blend_factors()
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dtest.adb213 Density : constant Count := 30; -- from 0 to Buffer'Length - 2; constant
242 Fill_Buffer (J, Density);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tnl.c117 k[1] = -0.09 * f->Density; in nv10_get_fog_coeff()
122 k[1] = -0.21 * f->Density; in nv10_get_fog_coeff()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c263 value[0] = ctx->Fog.Density; in fetch_state()
473 value[2] = (GLfloat)(ctx->Fog.Density * M_LOG2E); /* M_LOG2E == 1/ln(2) */ in fetch_state()
474 value[3] = (GLfloat)(ctx->Fog.Density * ONE_DIV_SQRT_LN2); in fetch_state()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateScriptMetadata.txt27 # 4 - Density:
/external/cpuinfo/test/build.prop/
Dgalaxy-s5-global.log64 # LCD Density
Dgalaxy-s5-us.log75 # LCD Density
Dgalaxy-c9-pro.log264 # LCD Density
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c271 ctx->Driver.Fogfv(ctx, GL_FOG_DENSITY, &ctx->Fog.Density); in _mesa_init_driver_state()
/external/cldr/common/properties/
DscriptMetadata.txt28 # 4 - Density:
/external/cldr/tools/java/org/unicode/cldr/util/data/
DScript_Metadata.csv2 WR,Name,Script_Code,Age,Size,Sample,Sample_Code,Origin Country,~Density,Likely Language,Lang_Code,I…
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DnistConversions.txt168 Density of Heat
176 Density of Heat Flow Rate
/external/libcups/ppdc/
Dsample.drv455 Option "inPrintDensity/Print Density" PickOne DocumentSetup 20.0
/external/libcups/filter/
Dspec-ppd.shtml495 *OpenUI GammaDensity/Gamma and Density: PickOne
506 *ParamCustomGammaDensity Density: 2 real 0 2
/external/ImageMagick/Magick++/
DChangeLog213 retrieves density caused tests to fail. Density now defaults

12