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

/frameworks/rs/driver/runtime/
H A Drs_core.c245 extern void __attribute__((overloadable)) rsDebug(const char *, const T *); \
246 void __attribute__((overloadable)) rsDebug(const char *txt, T val) { \
247 rsDebug(txt, &val); \
287 extern void __attribute__((overloadable)) rsDebug(const char *s, float f,
289 extern void __attribute__((overloadable)) rsDebug(const char *s, half h) { function
290 rsDebug(s, (float) h, *(ushort *) &h);
293 extern void __attribute__((overloadable)) rsDebug(const char *s,
296 extern void __attribute__((overloadable)) rsDebug(const char *s, half2 h2) { function
298 rsDebug(s, &f, (ushort2 *) &h2);
301 extern void __attribute__((overloadable)) rsDebug(cons
304 extern void __attribute__((overloadable)) rsDebug(const char *s, half3 h3) { function
312 extern void __attribute__((overloadable)) rsDebug(const char *s, half4 h4) { function
[all...]
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp784 void rsDebug(const char *s, float f) { function
788 void rsDebug(const char *s, float f1, float f2) { function
792 void rsDebug(const char *s, float f1, float f2, float f3) { function
796 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { function
800 void rsDebug(const char *s, const float2 *f2) { function
805 void rsDebug(const char *s, const float3 *f3) { function
810 void rsDebug(const char *s, const float4 *f4) { function
818 void rsDebug(const char *s, float f, ushort us) { function
822 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) { function
828 void rsDebug(cons function
835 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) { function
842 void rsDebug(const char *s, double d) { function
846 void rsDebug(const char *s, const double2 *d2) { function
851 void rsDebug(const char *s, const double3 *d3) { function
856 void rsDebug(const char *s, const double4 *d4) { function
861 void rsDebug(const char *s, const rs_matrix4x4 *m) { function
869 void rsDebug(const char *s, const rs_matrix3x3 *m) { function
876 void rsDebug(const char *s, const rs_matrix2x2 *m) { function
882 void rsDebug(const char *s, char c) { function
886 void rsDebug(const char *s, const char2 *c2) { function
892 void rsDebug(const char *s, const char3 *c3) { function
898 void rsDebug(const char *s, const char4 *c4) { function
905 void rsDebug(const char *s, unsigned char c) { function
909 void rsDebug(const char *s, const uchar2 *c2) { function
914 void rsDebug(const char *s, const uchar3 *c3) { function
920 void rsDebug(const char *s, const uchar4 *c4) { function
926 void rsDebug(const char *s, short c) { ALOGD("%s %hd 0x%hx", s, c, c); } function
928 void rsDebug(const char *s, const short2 *c2) { function
933 void rsDebug(const char *s, const short3 *c3) { function
939 void rsDebug(const char *s, const short4 *c4) { function
945 void rsDebug(const char *s, unsigned short c) { function
949 void rsDebug(const char *s, const ushort2 *c2) { function
954 void rsDebug(const char *s, const ushort3 *c3) { function
960 void rsDebug(const char *s, const ushort4 *c4) { function
966 void rsDebug(const char *s, int i) { ALOGD("%s %d 0x%x", s, i, i); } function
968 void rsDebug(const char *s, const int2 *i2) { function
973 void rsDebug(const char *s, const int3 *i3) { function
978 void rsDebug(const char *s, const int4 *i4) { function
984 void rsDebug(const char *s, unsigned int i) { ALOGD("%s %u 0x%x", s, i, i); } function
986 void rsDebug(const char *s, const uint2 *i2) { function
991 void rsDebug(const char *s, const uint3 *i3) { function
996 void rsDebug(const char *s, const uint4 *i4) { function
1012 void rsDebug(const char *s, long l) { function
1016 void rsDebug(const char *s, long long ll) { function
1020 void rsDebug(const char *s, const long2 *c) { function
1026 void rsDebug(const char *s, const long3 *c) { function
1032 void rsDebug(const char *s, const long4 *c) { function
1038 void rsDebug(const char *s, unsigned long l) { function
1043 void rsDebug(const char *s, unsigned long long ll) { function
1047 void rsDebug(const char *s, const ulong2 *c) { function
1053 void rsDebug(const char *s, const ulong3 *c) { function
1059 void rsDebug(const char *s, const ulong4 *c) { function
1079 void rsDebug(const char *s, const l2 *c) { function
1085 void rsDebug(const char *s, const l3 *c) { function
1091 void rsDebug(const char *s, const l4 *c) { function
1097 void rsDebug(const char *s, const ul2 *c) { function
1103 void rsDebug(const char *s, const ul3 *c) { function
1109 void rsDebug(const char *s, const ul4 *c) { function
1117 void rsDebug(const char *s, const long2 ll) { function
1122 void rsDebug(const char *s, const long3 ll) { function
1127 void rsDebug(const char *s, const long4 ll) { function
1132 void rsDebug(const char *s, const ulong2 ll) { function
1137 void rsDebug(const char *s, const ulong3 ll) { function
1142 void rsDebug(const char *s, const ulong4 ll) { function
1148 void rsDebug(const char *s, const void *p) { ALOGD("%s %p", s, p); } function
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1154 void rsDebug(const char *s, float f) { function
1158 void rsDebug(const char *s, float f1, float f2) { function
1162 void rsDebug(const char *s, float f1, float f2, float f3) { function
1166 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { function
1170 void rsDebug(const char *s, const float2 *f2) { function
1175 void rsDebug(const char *s, const float3 *f3) { function
1180 void rsDebug(const char *s, const float4 *f4) { function
1188 void rsDebug(const char *s, float f, ushort us) { function
1192 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) { function
1198 void rsDebug(cons function
1205 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) { function
1212 void rsDebug(const char *s, double d) { function
1216 void rsDebug(const char *s, const double2 *d2) { function
1221 void rsDebug(const char *s, const double3 *d3) { function
1226 void rsDebug(const char *s, const double4 *d4) { function
1231 void rsDebug(const char *s, const rs_matrix4x4 *m) { function
1239 void rsDebug(const char *s, const rs_matrix3x3 *m) { function
1246 void rsDebug(const char *s, const rs_matrix2x2 *m) { function
1252 void rsDebug(const char *s, char c) { function
1256 void rsDebug(const char *s, const char2 *c2) { function
1261 void rsDebug(const char *s, const char3 *c3) { function
1266 void rsDebug(const char *s, const char4 *c4) { function
1271 void rsDebug(const char *s, unsigned char c) { function
1275 void rsDebug(const char *s, const uchar2 *c2) { function
1280 void rsDebug(const char *s, const uchar3 *c3) { function
1285 void rsDebug(const char *s, const uchar4 *c4) { function
1290 void rsDebug(const char *s, short c) { function
1294 void rsDebug(const char *s, const short2 *c2) { function
1299 void rsDebug(const char *s, const short3 *c3) { function
1304 void rsDebug(const char *s, const short4 *c4) { function
1309 void rsDebug(const char *s, unsigned short c) { function
1313 void rsDebug(const char *s, const ushort2 *c2) { function
1318 void rsDebug(const char *s, const ushort3 *c3) { function
1323 void rsDebug(const char *s, const ushort4 *c4) { function
1328 void rsDebug(const char *s, int i) { function
1332 void rsDebug(const char *s, const int2 *i2) { function
1337 void rsDebug(const char *s, const int3 *i3) { function
1342 void rsDebug(const char *s, const int4 *i4) { function
1347 void rsDebug(const char *s, unsigned int i) { function
1351 void rsDebug(const char *s, const uint2 *i2) { function
1356 void rsDebug(const char *s, const uint3 *i3) { function
1361 void rsDebug(const char *s, const uint4 *i4) { function
1376 void rsDebug(const char *s, long l) { function
1380 void rsDebug(const char *s, long long ll) { function
1384 void rsDebug(const char *s, const long2 *c) { function
1389 void rsDebug(const char *s, const long3 *c) { function
1394 void rsDebug(const char *s, const long4 *c) { function
1399 void rsDebug(const char *s, unsigned long l) { function
1404 void rsDebug(const char *s, unsigned long long ll) { function
1408 void rsDebug(const char *s, const ulong2 *c) { function
1413 void rsDebug(const char *s, const ulong3 *c) { function
1418 void rsDebug(const char *s, const ulong4 *c) { function
1436 void rsDebug(const char *s, const l2 *c) { function
1441 void rsDebug(const char *s, const l3 *c) { function
1446 void rsDebug(const char *s, const l4 *c) { function
1451 void rsDebug(const char *s, const ul2 *c) { function
1456 void rsDebug(const char *s, const ul3 *c) { function
1461 void rsDebug(const char *s, const ul4 *c) { function
1467 void rsDebug(const char *s, const long2 ll) { function
1471 void rsDebug(const char *s, const long3 ll) { function
1475 void rsDebug(const char *s, const long4 ll) { function
1479 void rsDebug(const char *s, const ulong2 ll) { function
1483 void rsDebug(const char *s, const ulong3 ll) { function
1487 void rsDebug(const char *s, const ulong4 ll) { function
1491 void rsDebug(const char *s, const void *p) { function
[all...]

Completed in 112 milliseconds