/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | KaiserWindow.h | 37 double setStopBandAttenuation(double attenuation) { in setStopBandAttenuation() argument 39 if (attenuation > 50) { in setStopBandAttenuation() 40 beta = 0.1102 * (attenuation - 8.7); in setStopBandAttenuation() 41 } else if (attenuation >= 21) { in setStopBandAttenuation() 42 double a21 = attenuation - 21; in setStopBandAttenuation()
|
D | HyperbolicCosineWindow.h | 41 double setStopBandAttenuation(double attenuation) { in setStopBandAttenuation() argument 42 double alpha = ((-325.1e-6 * attenuation + 0.1677) * attenuation) - 3.149; in setStopBandAttenuation()
|
/third_party/mesa3d/src/mesa/main/ |
D | rastpos.c | 163 GLfloat attenuation = 1.0; in shade_rastpos() local 171 attenuation = light->_VP_inf_spot_attenuation; in shade_rastpos() 188 attenuation = 1.0F / (lu->ConstantAttenuation + d * in shade_rastpos() 200 attenuation *= spot; in shade_rastpos() 205 if (attenuation < 1e-3F) in shade_rastpos() 211 ACC_SCALE_SCALAR_3V(diffuseColor, attenuation, light->_MatAmbient[0]); in shade_rastpos() 265 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib ); in shade_rastpos() 266 ACC_SCALE_SCALAR_3V( specularColor, attenuation, specularContrib ); in shade_rastpos()
|
D | ffvertex_prog.c | 954 struct ureg attenuation = undef; in calculate_light_attenuation() local 964 attenuation = register_param3(p, STATE_LIGHT, i, STATE_ATTENUATION); in calculate_light_attenuation() 970 emit_op2(p, OPCODE_POW, spot, 0, spot, swizzle1(attenuation, W)); in calculate_light_attenuation() 985 if (is_undef(attenuation)) in calculate_light_attenuation() 986 attenuation = register_param3(p, STATE_LIGHT, i, STATE_ATTENUATION); in calculate_light_attenuation() 993 emit_op2(p, OPCODE_DP3, dist, 0, attenuation, dist); in calculate_light_attenuation()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_spotlight_cutoff.txt | 30 spotlight attenuation is transitioned smoothly to zero. The extension 85 When d_rli<=c_rli, the spotlight attenuation transitions smoothly to 114 When d_rli<=c_rli, the spotlight attenuation transitions smoothly to
|
D | SGIX_fragment_specular_lighting.txt | 257 + Atten_i*SpotL_i*{ distance/spot light attenuation 284 half angle vector, and attenuation factor in a manner similar to that used 459 for the special value 180), or if a negative attenuation factor is
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_spotlight_cutoff.txt | 30 spotlight attenuation is transitioned smoothly to zero. The extension 85 When d_rli<=c_rli, the spotlight attenuation transitions smoothly to 114 When d_rli<=c_rli, the spotlight attenuation transitions smoothly to
|
D | SGIX_fragment_specular_lighting.txt | 257 + Atten_i*SpotL_i*{ distance/spot light attenuation 284 half angle vector, and attenuation factor in a manner similar to that used 459 for the special value 180), or if a negative attenuation factor is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_point_parameters.txt | 53 affected by distance attenuation. When distance attenuation has an 191 The point size is multiplied with a distance attenuation factor 223 The distance attenuation function coefficients, 'a', 'b', and 'c', 342 attenuation
|
D | ARB_point_sprite.txt | 176 * How does this extension interact with the point size attenuation 300 three floating-point values specifying the distance attenuation
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_point_parameters.txt | 63 affected by distance attenuation. When distance attenuation has an 201 The point size is multiplied with a distance attenuation factor 233 The distance attenuation function coefficients, 'a', 'b', and 'c', 352 attenuation
|
D | ARB_point_sprite.txt | 186 * How does this extension interact with the point size attenuation 310 three floating-point values specifying the distance attenuation
|
/third_party/ffmpeg/libavcodec/ |
D | speexdata.h | 768 static const float attenuation[10] = { 1.f, 0.961f, 0.852f, 0.698f, 0.527f, variable
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_point_parameters.txt | 34 distance attenuation. When distance attenuation has an effect, the final 158 distance attenuation factor. 172 The distance attenuation function coefficients, namely a, b, and c in:
|
D | EXT_light_texture.txt | 204 the attenuation term att_i from equation (2.4) is subsituted with 207 lighting equation is augmented with an additional attenuation term 347 the attenuation multiplier term SHADOW_ATTENUATION_EXT. All discussion 348 of this attenuation term is void.
|
D | EXT_fragment_lighting.txt | 118 extension to allow textures to be bound to the attenuation 386 + Atten_i*SpotL_i*{ distance/spot light attenuation 417 half angle vector, and attenuation factor in a manner similar to that 589 for the special value 180), or if a negative attenuation factor is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_point_parameters.txt | 34 distance attenuation. When distance attenuation has an effect, the final 158 distance attenuation factor. 172 The distance attenuation function coefficients, namely a, b, and c in:
|
D | EXT_light_texture.txt | 204 the attenuation term att_i from equation (2.4) is subsituted with 207 lighting equation is augmented with an additional attenuation term 347 the attenuation multiplier term SHADOW_ATTENUATION_EXT. All discussion 348 of this attenuation term is void.
|
D | EXT_fragment_lighting.txt | 118 extension to allow textures to be bound to the attenuation 386 + Atten_i*SpotL_i*{ distance/spot light attenuation 417 half angle vector, and attenuation factor in a manner similar to that 589 for the special value 180), or if a negative attenuation factor is
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.0.rst | 44 - Fixed point size attenuation problem (bug 11042)
|
D | 6.4.rst | 54 - fixed a number of point size attenuation/fade bugs
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_specular_vector.txt | 48 spotlight, attenuation, local viewer, and direction/positional
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_specular_vector.txt | 48 spotlight, attenuation, local viewer, and direction/positional
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_point_sprite.txt | 148 * How does this extension interact with the point size attenuation 264 three floating-point values specifying the distance attenuation
|
/third_party/openGLES/extensions/OES/ |
D | OES_point_sprite.txt | 158 * How does this extension interact with the point size attenuation 274 three floating-point values specifying the distance attenuation
|