Searched refs:l4 (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 82 long4 l4;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 57 volatile long4 l4; 296 l4 = rsGetElementAt_long4(aLong4, 0); 297 rsSetElementAt_long4(aLong4, l4, 0); 298 l4 = rsGetElementAt_long4(aLong4, 0, 0); 299 rsSetElementAt_long4(aLong4, l4, 0, 0); 300 l4 = rsGetElementAt_long4(aLong4, 0, 0, 0); 301 rsSetElementAt_long4(aLong4, l4, 0, 0, 0); 1170 rsDebug("", l4);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1927 typedef long l4 __attribute__((ext_vector_type(4))); typedef 1940 void rsDebug(const char *s, const l4 *c) { in rsDebug()
|