Searched refs:I32_4 (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_script_group2_pointwise.java48 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
57 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
62 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
H A DUT_script_group2_nochain.java49 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
58 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
63 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
69 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
H A DUT_script_group2_gatherscatter.java70 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
88 Type.createX(pRS, Element.I32_4(pRS), stride),
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DWhiteBalance.java32 mSums = Allocation.createSized(mRS, Element.I32_4(mRS), 256);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java148 mOut.getType().getElement() != Element.I32_4(mRS)) {
H A DElement.java713 public static Element I32_4(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicHistogram.java158 mOut.getType().getElement() != Element.I32_4(mRS)) {
H A DElement.java647 public static Element I32_4(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h203 sp<const Element> I32_4; member in struct:android::RSC::RS::__anon1533
1005 static sp<const Element> I32_4(sp<RS> rs);
H A DScriptIntrinsics.cpp440 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) {

Completed in 3869 milliseconds