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::__anon1962
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.expect68 __U32_4 = Element.U32_4(rs);
4740 throw new RSRuntimeException("Type mismatch with U32_4!");
4847 throw new RSRuntimeException("Type mismatch with U32_4!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect68 __U32_4 = Element.U32_4(rs);
16705 throw new RSRuntimeException("Type mismatch with U32_4!");
16742 throw new RSRuntimeException("Type mismatch with U32_4!");
16779 throw new RSRuntimeException("Type mismatch with U32_4!");
16816 throw new RSRuntimeException("Type mismatch with U32_4!");
16853 throw new RSRuntimeException("Type mismatch with U32_4!");
16890 throw new RSRuntimeException("Type mismatch with U32_4!");
16927 throw new RSRuntimeException("Type mismatch with U32_4!");
16964 throw new RSRuntimeException("Type mismatch with U32_4!");
17001 throw new RSRuntimeException("Type mismatch with U32_4!");
[all...]

Completed in 426 milliseconds