Lines Matching refs:rsDebug
35 rsDebug(const char *, float);
40 rsDebug(const char *, float, float);
45 rsDebug(const char *, float, float, float);
50 rsDebug(const char *, float, float, float, float);
55 rsDebug(const char *, double);
60 rsDebug(const char *, const rs_matrix4x4 *);
65 rsDebug(const char *, const rs_matrix3x3 *);
70 rsDebug(const char *, const rs_matrix2x2 *);
75 rsDebug(const char *, int);
80 rsDebug(const char *, uint);
85 rsDebug(const char *, long);
90 rsDebug(const char *, unsigned long);
95 rsDebug(const char *, long long);
100 rsDebug(const char *, unsigned long long);
105 rsDebug(const char *, const void *);
106 #define RS_DEBUG(a) rsDebug(#a, a)
107 #define RS_DEBUG_MARKER rsDebug(__FILE__, __LINE__)
113 _RS_RUNTIME void __attribute__((overloadable)) rsDebug(const char *s, float2 v);
117 _RS_RUNTIME void __attribute__((overloadable)) rsDebug(const char *s, float3 v);
121 _RS_RUNTIME void __attribute__((overloadable)) rsDebug(const char *s, float4 v);