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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSamplerThunker.java44 static android.renderscript.Sampler.Value convertValue (Value v) { method in class:SamplerThunker
134 b.setMinification(convertValue(mMin));
135 b.setMagnification(convertValue(mMag));
136 b.setWrapS(convertValue(mWrapS));
137 b.setWrapT(convertValue(mWrapT));
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h39 static inline T convertValue(double val) function
195 T yt = convertValue<T>(y);
221 T yt = convertValue<T>(y);

Completed in 454 milliseconds