Searched refs:ul2 (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 87 ulong2 ul2;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 59 volatile ulong2 ul2; 309 ul2 = rsGetElementAt_ulong2(aULong2, 0); 310 rsSetElementAt_ulong2(aULong2, ul2, 0); 311 ul2 = rsGetElementAt_ulong2(aULong2, 0, 0); 312 rsSetElementAt_ulong2(aULong2, ul2, 0, 0); 313 ul2 = rsGetElementAt_ulong2(aULong2, 0, 0, 0); 314 rsSetElementAt_ulong2(aULong2, ul2, 0, 0, 0); 1171 rsDebug("", ul2);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1928 typedef unsigned long ul2 __attribute__((ext_vector_type(2))); typedef 1944 void rsDebug(const char *s, const ul2 *c) { in rsDebug()
|