Searched refs:U32_4 (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java144 mOut.getType().getElement() != Element.U32_4(mRS) &&
H A DElement.java899 public static Element U32_4(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicHistogram.java154 mOut.getType().getElement() != Element.U32_4(mRS) &&
H A DElement.java626 public static Element U32_4(RenderScript rs) { method in class:Element
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp191 Type::Builder typeU32_4Builder(mRS, Element::U32_4(mRS));
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java243 Type.Builder typeU32_4Builder = new Type.Builder(mRS, Element.U32_4(mRS));
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp195 Type::Builder typeU32_4Builder(mRS, Element::U32_4(mRS));
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp444 !(out->getType()->getElement()->isCompatible(Element::U32_4(mRS))) &&
H A DrsCppStructs.h468 sp<const Element> U32_4; member in struct:android::RSC::RS::__anon1954
1285 static sp<const Element> U32_4(const sp<RS> &rs);
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect71 __U32_4 = Element.U32_4(rs);
4743 throw new RSRuntimeException("Type mismatch with U32_4!");
4850 throw new RSRuntimeException("Type mismatch with U32_4!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect71 __U32_4 = Element.U32_4(rs);
16708 throw new RSRuntimeException("Type mismatch with U32_4!");
16745 throw new RSRuntimeException("Type mismatch with U32_4!");
16782 throw new RSRuntimeException("Type mismatch with U32_4!");
16819 throw new RSRuntimeException("Type mismatch with U32_4!");
16856 throw new RSRuntimeException("Type mismatch with U32_4!");
16893 throw new RSRuntimeException("Type mismatch with U32_4!");
16930 throw new RSRuntimeException("Type mismatch with U32_4!");
16967 throw new RSRuntimeException("Type mismatch with U32_4!");
17004 throw new RSRuntimeException("Type mismatch with U32_4!");
[all...]

Completed in 233 milliseconds