Searched refs:U32_3 (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java143 mOut.getType().getElement() != Element.U32_3(mRS) &&
H A DElement.java888 public static Element U32_3(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicHistogram.java153 mOut.getType().getElement() != Element.U32_3(mRS) &&
H A DElement.java619 public static Element U32_3(RenderScript rs) { method in class:Element
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp198 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java252 mUInt3Allocation = Allocation.createSized(mRS, Element.U32_3(mRS), mAllocSize / 4);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp202 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp443 !(out->getType()->getElement()->isCompatible(Element::U32_3(mRS))) &&
H A DrsCppStructs.h467 sp<const Element> U32_3; member in struct:android::RSC::RS::__anon1962
1279 static sp<const Element> U32_3(const sp<RS> &rs);

Completed in 263 milliseconds