Searched refs:lut (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUTThunker.java40 ScriptIntrinsic3DLUTThunker lut = new ScriptIntrinsic3DLUTThunker(0, rs, e);
42 lut.mN = android.renderscript.ScriptIntrinsic3DLUT.create(rst.mN, et.getNObj());
46 return lut;
49 public void setLUT(Allocation lut) { argument
50 AllocationThunker lutt = (AllocationThunker) lut;
H A DScriptIntrinsic3DLUT.java72 public void setLUT(Allocation lut) { argument
73 final Type t = lut.getType();
83 mLUT = lut;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp39 ObjectBaseRef<Allocation> lut; member in class:android::renderscript::RsdCpuScriptIntrinsicLUT
52 lut.set(static_cast<Allocation *>(data));
66 const uchar *tr = (const uchar *)cp->lut->mHal.drvState.lod[0].mallocPtr;
97 lut.clear();
H A DrsCpuIntrinsic3DLUT.cpp56 void const *lut,
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java63 public void setLUT(Allocation lut) { argument
64 final Type t = lut.getType();
74 mLUT = lut;
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp72 float* lut = new float[len]; local
73 env->GetFloatArrayRegion(jlut, 0, len, lut);
74 return reinterpret_cast<jlong>(new LUTInterpolator(lut, len));
/frameworks/base/core/java/com/android/internal/view/animation/
H A DFallbackLUTInterpolator.java67 float[] lut = createLUT(interpolator, duration);
68 return NativeInterpolatorFactoryHelper.createLutInterpolator(lut);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp55 void ScriptIntrinsic3DLUT::setLUT(sp<Allocation> lut) { argument
56 sp<const Type> t = lut->getType();
66 Script::setVar(0, lut);
H A DrsCppStructs.h1435 * @param[in] lut new lookup table
1437 void setLUT(sp<Allocation> lut);

Completed in 741 milliseconds