Home
last modified time | relevance | path

Searched refs:updateCoeffCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/toolkit/
DColorMatrix.cpp182 void updateCoeffCache(float fpMul, float addMul);
784 void ColorMatrixTask::updateCoeffCache(float fpMul, float addMul) { function in android::renderscript::ColorMatrixTask
965 updateCoeffCache(1.f, 255.f);
967 updateCoeffCache(1.f, 1.f);
971 updateCoeffCache(255.f, 255.f);
973 updateCoeffCache(1.f / 255.f, 1.f);
980 updateCoeffCache(1.f, 255.f);
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp188 void updateCoeffCache(float fpMul, float addMul);
745 void RsdCpuScriptIntrinsicColorMatrix::updateCoeffCache(float fpMul, float addMul) { in updateCoeffCache() function in android::renderscript::RsdCpuScriptIntrinsicColorMatrix
955 updateCoeffCache(1.f, 255.f); in preLaunch()
957 updateCoeffCache(1.f, 1.f); in preLaunch()
961 updateCoeffCache(255.f, 255.f); in preLaunch()
963 updateCoeffCache(1.f / 255.f, 1.f); in preLaunch()