/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicHistogram.java | 145 mOut.getType().getElement() != Element.U32_2(mRS) && in setOutput()
|
H A D | Element.java | 884 public static Element U32_2(RenderScript rs) { in U32_2() method in Element
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptIntrinsicHistogram.java | 155 mOut.getType().getElement() != Element.U32_2(mRS) &&
|
H A D | Element.java | 617 public static Element U32_2(RenderScript rs) { in U32_2() method in Element
|
/aosp12/frameworks/rs/tests/lldb/cpp/Allocations/ |
H A D | Allocations.cpp | 197 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
|
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
H A D | jniallocations.cpp | 201 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 D | MainActivity.java | 250 mUInt2Allocation = Allocation.createSized(mRS, Element.U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
|
/aosp12/frameworks/rs/cpp/ |
H A D | ScriptIntrinsics.cpp | 442 !(out->getType()->getElement()->isCompatible(Element::U32_2(mRS))) && in setOutput()
|
H A D | rsCppStructs.h | 466 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 D | ScriptC_reduce_general_input.java.expect | 70 __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 D | ScriptC_reduce_general_result.java.expect | 70 __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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 36308 …method @Deprecated public static android.renderscript.Element U32_2(android.renderscript.RenderScr…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 26107 method public static android.renderscript.Element U32_2(android.renderscript.RenderScript);
|