Home
last modified time | relevance | path

Searched refs:lut (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java67 public void setLUT(Allocation lut) { in setLUT() argument
68 final Type t = lut.getType(); in setLUT()
78 mLUT = lut; in setLUT()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_NativeInterpolatorFactory.cpp82 float* lut = new float[len]; in createLutInterpolator() local
83 env->GetFloatArrayRegion(jlut, 0, len, lut); in createLutInterpolator()
84 return reinterpret_cast<jlong>(new LUTInterpolator(lut, len)); in createLutInterpolator()
/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DFallbackLUTInterpolator.java72 float[] lut = createLUT(interpolator, duration); in createNativeInterpolator() local
73 return NativeInterpolatorFactory.createLutInterpolator(lut); in createNativeInterpolator()
/aosp14/frameworks/base/libs/hwui/utils/
H A DHostColorSpace.cpp360 std::unique_ptr<float3[]> lut(new float3[size * size * size]); in createLUT() local
361 float3* data = lut.get(); in createLUT()
373 return lut; in createLUT()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...