Searched refs:U32_4 (Results 1 - 8 of 8) 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/support/v8/renderscript/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/cpp/
H A DScriptIntrinsics.cpp434 !(out->getType()->getElement()->isCompatible(Element::U32_4(mRS))) &&
H A DrsCppStructs.h468 sp<const Element> U32_4; member in struct:android::RSC::RS::__anon1619
1285 static sp<const Element> U32_4(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 395 milliseconds