Searched defs:f4 (Results 1 - 2 of 2) sorted by path

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp78 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { argument
79 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1609 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { argument
1610 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
1753 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { argument
1754 SC_debugFv4(s, f1, f2, f3, f4);

Completed in 137 milliseconds