Home
last modified time | relevance | path

Searched refs:U32_2 (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java145 mOut.getType().getElement() != Element.U32_2(mRS) && in setOutput()
H A DElement.java884 public static Element U32_2(RenderScript rs) { in U32_2() method in Element
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicHistogram.java155 mOut.getType().getElement() != Element.U32_2(mRS) &&
H A DElement.java617 public static Element U32_2(RenderScript rs) { in U32_2() method in Element
/aosp12/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp197 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp201 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
/aosp12/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java250 mUInt2Allocation = Allocation.createSized(mRS, Element.U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp442 !(out->getType()->getElement()->isCompatible(Element::U32_2(mRS))) && in setOutput()
H A DrsCppStructs.h466 sp<const Element> U32_2; member
1273 static sp<const Element> U32_2(const sp<RS> &rs);
/aosp12/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect70 __U32_2 = Element.U32_2(rs);
16116 throw new RSRuntimeException("Type mismatch with U32_2!");
16153 throw new RSRuntimeException("Type mismatch with U32_2!");
16190 throw new RSRuntimeException("Type mismatch with U32_2!");
16227 throw new RSRuntimeException("Type mismatch with U32_2!");
16264 throw new RSRuntimeException("Type mismatch with U32_2!");
16301 throw new RSRuntimeException("Type mismatch with U32_2!");
16338 throw new RSRuntimeException("Type mismatch with U32_2!");
16375 throw new RSRuntimeException("Type mismatch with U32_2!");
16412 throw new RSRuntimeException("Type mismatch with U32_2!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect70 __U32_2 = Element.U32_2(rs);
4706 throw new RSRuntimeException("Type mismatch with U32_2!");
4813 throw new RSRuntimeException("Type mismatch with U32_2!");
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36308 …method @Deprecated public static android.renderscript.Element U32_2(android.renderscript.RenderScr…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26107 method public static android.renderscript.Element U32_2(android.renderscript.RenderScript);