Searched refs:finalValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DBiquadDSPKernel.cpp52 cutoffFrequency = biquadProcessor()->parameter1()->finalValue();
53 Q = biquadProcessor()->parameter2()->finalValue();
54 gain = biquadProcessor()->parameter3()->finalValue();
55 detune = biquadProcessor()->parameter4()->finalValue();
H A DDelayDSPKernel.cpp69 return delayProcessor()->delayTime()->finalValue();
H A DAudioParam.h65 float finalValue();
H A DAudioParam.cpp97 float AudioParam::finalValue() function in class:blink::AudioParam
/external/chromium_org/content/browser/resources/media/
H A Dstats_graph_helper.js139 var finalValue = rawValue;
151 finalValue = dataConversionConfig[rawLabel].convertFunction(
163 [finalValue]);
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp848 VarValue finalValue; //!< The value we ultimately want to set for this uniform. member in struct:deqp::gles31::Functional::UniformCase::BasicUniform
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.
1141 dst << ", " << shaderVarValueStr(uniform.finalValue) << ")";
1393 unifValue = elemUnif->finalValue;
1396 unifValue = uniform.finalValue;
1407 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
1541 GLU_CHECK_CALL(glProgramUniform1i(programGL, location, uniform.finalValue.val.samplerV.unit));
1544 const GLint unit = uniform.finalValue
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp957 float finalValue = 0; local
959 finalValue += gaussWindow[pad+i]*windowCenter[i];
961 finalValue /= windowSum;
963 int integerPixel = int(finalValue + 0.5f);
/external/skia/src/effects/
H A DSkBlurMask.cpp957 float finalValue = 0; local
959 finalValue += gaussWindow[pad+i]*windowCenter[i];
961 finalValue /= windowSum;
963 int integerPixel = int(finalValue + 0.5f);
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp793 VarValue finalValue; //!< The value we ultimately want to set for this uniform. member in struct:deqp::UniformCase::BasicUniform
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.
1135 dst << ", " << shaderVarValueStr(uniform.finalValue) << ")";
1519 unifValue = elemUnif->finalValue;
1522 unifValue = uniform.finalValue;
1533 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
1626 GLU_CHECK_CALL(glUniform1i(location, uniform.finalValue.val.samplerV.unit));
1629 const GLint unit = uniform.finalValue
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp958 VarValue finalValue; //!< The value we ultimately want to set for this uniform. member in struct:deqp::UniformCase::BasicUniform
974 , finalValue (finalValue_)
1042 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
1044 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
1325 dst << ", " << shaderVarValueStr(uniform.finalValue) << ")";
1890 unifValue = elemUnif->finalValue;
1893 unifValue = uniform.finalValue;
1904 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
2038 GLU_CHECK_CALL(glUniform1i(location, uniform.finalValue.val.samplerV.unit));
2041 const GLint unit = uniform.finalValue
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 8700 milliseconds