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

/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_core.c41 rsDebug(const char *, float, float);
43 rsDebug(const char *, float, float, float);
45 rsDebug(const char *, float, float, float, float);
50 extern void __attribute__((overloadable)) rsDebug(const char *s, float2 v) { function
51 rsDebug(s, v.x, v.y);
54 extern void __attribute__((overloadable)) rsDebug(const char *s, float3 v) { function
55 rsDebug(s, v.x, v.y, v.z);
58 extern void __attribute__((overloadable)) rsDebug(const char *s, float4 v) { function
59 rsDebug(s, v.x, v.y, v.z, v.w);

Completed in 38 milliseconds