Searched defs:rsDebug (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_core.c7 rsDebug(const char *, float, float);
9 rsDebug(const char *, float, float, float);
11 rsDebug(const char *, float, float, float, float);
16 extern void __attribute__((overloadable)) rsDebug(const char *s, float2 v) { function
17 rsDebug(s, v.x, v.y);
20 extern void __attribute__((overloadable)) rsDebug(const char *s, float3 v) { function
21 rsDebug(s, v.x, v.y, v.z);
24 extern void __attribute__((overloadable)) rsDebug(const char *s, float4 v) { function
25 rsDebug(s, v.x, v.y, v.z, v.w);

Completed in 1423 milliseconds