D | rsdRuntimeStubs.cpp | 1294 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { in SC_debugFv3() argument 1295 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3); in SC_debugFv3() 1297 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { in SC_debugFv4() argument 1298 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4); in SC_debugFv4() 1437 void rsDebug(const char *s, float f1, float f2, float f3) { in rsDebug() argument 1438 SC_debugFv3(s, f1, f2, f3); in rsDebug() 1441 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { in rsDebug() argument 1442 SC_debugFv4(s, f1, f2, f3, f4); in rsDebug()
|