HomeSort by relevance Sort by last modified time
    Searched refs:finalValue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.cpp 52 cutoffFrequency = biquadProcessor()->parameter1()->finalValue();
53 Q = biquadProcessor()->parameter2()->finalValue();
54 gain = biquadProcessor()->parameter3()->finalValue();
55 detune = biquadProcessor()->parameter4()->finalValue();
DelayDSPKernel.cpp 69 return delayProcessor()->delayTime()->finalValue();
AudioParam.h 65 float finalValue();
AudioParam.cpp 97 float AudioParam::finalValue()
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 848 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
864 , finalValue (finalValue_)
900 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
902 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
    [all...]
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 139 var finalValue = rawValue;
151 finalValue = dataConversionConfig[rawLabel].convertFunction(
163 [finalValue]);
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 957 float finalValue = 0;
959 finalValue += gaussWindow[pad+i]*windowCenter[i];
961 finalValue /= windowSum
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 793 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
809 , finalValue (finalValue_)
873 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
875 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 958 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
974 , finalValue (finalValue_)
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 297 milliseconds