Home
last modified time | relevance | path

Searched refs:U8_4 (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java48 if ((!e.isCompatible(Element.U8_4(rs))) && in create()
100 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) { in forEach()
198 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) { in forEach_Dot()
H A DScriptIntrinsicBlur.java49 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) { in create()
69 if ((!e.isCompatible(Element.U8_4(mRS))) && (!e.isCompatible(Element.U8(mRS)))) { in setInput()
H A DScriptIntrinsicColorMatrix.java253 !ain.getElement().isCompatible(Element.U8_4(mRS)) && in forEach()
265 !aout.getElement().isCompatible(Element.U8_4(mRS)) && in forEach()
H A DScriptIntrinsic3DLUT.java53 if (!e.isCompatible(Element.U8_4(rs))) { in create()
H A DScriptIntrinsicResize.java62 !e.isCompatible(Element.U8_4(mRS)) && in setInput()
H A DScriptIntrinsicBlend.java49 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) { in blend()
52 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) { in blend()
H A DScriptIntrinsicConvolve3x3.java58 !e.isCompatible(Element.U8_4(rs)) && in create()
H A DScriptIntrinsicConvolve5x5.java59 !e.isCompatible(Element.U8_4(rs)) && in create()
H A DElement.java774 public static Element U8_4(RenderScript rs) { in U8_4() method in Element
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt51 val blur = ScriptIntrinsicBlur.create(renderScript, Element.U8_4(renderScript))
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38222 …method @Deprecated public static android.renderscript.Element U8_4(android.renderscript.RenderScri…