Searched refs:taylorInvSqrtFuncName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp816 SkString taylorInvSqrtFuncName; local
820 "return x * C.xxxx + C.yyyy;", &taylorInvSqrtFuncName);
902 taylorInvSqrtFuncName.c_str());
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp816 SkString taylorInvSqrtFuncName; local
820 "return x * C.xxxx + C.yyyy;", &taylorInvSqrtFuncName);
902 taylorInvSqrtFuncName.c_str());

Completed in 56 milliseconds