D | rsdRuntimeStubs.cpp | 1606 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { in SC_debugFv3() argument 1607 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3); in SC_debugFv3() 1609 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { in SC_debugFv4() argument 1610 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4); in SC_debugFv4() 1749 void rsDebug(const char *s, float f1, float f2, float f3) { in rsDebug() argument 1750 SC_debugFv3(s, f1, f2, f3); in rsDebug() 1753 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { in rsDebug() argument 1754 SC_debugFv4(s, f1, f2, f3, f4); in rsDebug()
|