Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicHistogram.java142 mOut.getType().getElement() != Element.U32_2(mRS) && in setOutput()
DElement.java879 public static Element U32_2(RenderScript rs) { in U32_2() method in Element
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicHistogram.java152 mOut.getType().getElement() != Element.U32_2(mRS) &&
DElement.java612 public static Element U32_2(RenderScript rs) { in U32_2() method in Element
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp197 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp201 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java250 mUInt2Allocation = Allocation.createSized(mRS, Element.U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp442 !(out->getType()->getElement()->isCompatible(Element::U32_2(mRS))) && in setOutput()
DrsCppStructs.h466 sp<const Element> U32_2; member
1273 static sp<const Element> U32_2(const sp<RS> &rs);
/frameworks/compile/slang/tests/P_reduce_general_input/
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 …]
/frameworks/compile/slang/tests/P_reduce_general_result/
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!");
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26107 method public static android.renderscript.Element U32_2(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39974 method public static android.renderscript.Element U32_2(android.renderscript.RenderScript);
/frameworks/base/api/
Dcurrent.txt40118 method public static android.renderscript.Element U32_2(android.renderscript.RenderScript);