Searched refs:U64_2 (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp207 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java264 mULong2Allocation = Allocation.createSized(mRS, Element.U64_2(mRS), mAllocSize / 2);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp211 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java943 public static Element U64_2(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java654 public static Element U64_2(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h474 sp<const Element> U64_2; member in struct:android::RSC::RS::__anon1962
1309 static sp<const Element> U64_2(const sp<RS> &rs);
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect70 __U64_2 = Element.U64_2(rs);
4917 throw new RSRuntimeException("Type mismatch with U64_2!");
5024 throw new RSRuntimeException("Type mismatch with U64_2!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect70 __U64_2 = Element.U64_2(rs);
17825 throw new RSRuntimeException("Type mismatch with U64_2!");
17862 throw new RSRuntimeException("Type mismatch with U64_2!");
17899 throw new RSRuntimeException("Type mismatch with U64_2!");
17936 throw new RSRuntimeException("Type mismatch with U64_2!");
17973 throw new RSRuntimeException("Type mismatch with U64_2!");
18010 throw new RSRuntimeException("Type mismatch with U64_2!");
18047 throw new RSRuntimeException("Type mismatch with U64_2!");
18084 throw new RSRuntimeException("Type mismatch with U64_2!");
18121 throw new RSRuntimeException("Type mismatch with U64_2!");
[all...]

Completed in 2053 milliseconds