Searched refs:ul4 (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 91 ulong4 ul4;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 61 volatile ulong4 ul4; 321 ul4 = rsGetElementAt_ulong4(aULong4, 0); 322 rsSetElementAt_ulong4(aULong4, ul4, 0); 323 ul4 = rsGetElementAt_ulong4(aULong4, 0, 0); 324 rsSetElementAt_ulong4(aULong4, ul4, 0, 0); 325 ul4 = rsGetElementAt_ulong4(aULong4, 0, 0, 0); 326 rsSetElementAt_ulong4(aULong4, ul4, 0, 0, 0); 1173 rsDebug("", ul4);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1930 typedef unsigned long ul4 __attribute__((ext_vector_type(4))); typedef 1952 void rsDebug(const char *s, const ul4 *c) { in rsDebug()
|