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

/frameworks/rs/scriptc/
H A Drs_debug.rsh34 rsDebug(const char *, float);
39 rsDebug(const char *, float, float);
44 rsDebug(const char *, float, float, float);
49 rsDebug(const char *, float, float, float, float);
54 rsDebug(const char *, float2);
59 rsDebug(const char *, float3);
64 rsDebug(const char *, float4);
69 rsDebug(const char *, double);
74 rsDebug(const char *, const rs_matrix4x4 *);
79 rsDebug(cons
[all...]
/frameworks/rs/tests/cppbasic/
H A Dmono.rs33 rsDebug(#b " FAILED", 0); \
53 rsDebug("g_i", g_i);
54 rsDebug("g_f", g_f);
55 rsDebug("i", i);
56 rsDebug("f", f);
74 rsDebug("i ", i);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1429 void rsDebug(const char *s, float f) { function
1433 void rsDebug(const char *s, float f1, float f2) { function
1437 void rsDebug(const char *s, float f1, float f2, float f3) { function
1441 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { function
1445 void rsDebug(const char *s, const float2 *f) { function
1449 void rsDebug(const char *s, const float3 *f) { function
1453 void rsDebug(const char *s, const float4 *f) { function
1457 void rsDebug(const char *s, double d) { function
1461 void rsDebug(const char *s, const rs_matrix4x4 *m) { function
1465 void rsDebug(cons function
1469 void rsDebug(const char *s, const rs_matrix2x2 *m) { function
1473 void rsDebug(const char *s, char c) { function
1477 void rsDebug(const char *s, const char2 *c) { function
1481 void rsDebug(const char *s, const char3 *c) { function
1485 void rsDebug(const char *s, const char4 *c) { function
1489 void rsDebug(const char *s, unsigned char c) { function
1493 void rsDebug(const char *s, const uchar2 *c) { function
1497 void rsDebug(const char *s, const uchar3 *c) { function
1501 void rsDebug(const char *s, const uchar4 *c) { function
1505 void rsDebug(const char *s, short c) { function
1509 void rsDebug(const char *s, const short2 *c) { function
1513 void rsDebug(const char *s, const short3 *c) { function
1517 void rsDebug(const char *s, const short4 *c) { function
1521 void rsDebug(const char *s, unsigned short c) { function
1525 void rsDebug(const char *s, const ushort2 *c) { function
1529 void rsDebug(const char *s, const ushort3 *c) { function
1533 void rsDebug(const char *s, const ushort4 *c) { function
1537 void rsDebug(const char *s, int c) { function
1541 void rsDebug(const char *s, const int2 *c) { function
1545 void rsDebug(const char *s, const int3 *c) { function
1549 void rsDebug(const char *s, const int4 *c) { function
1553 void rsDebug(const char *s, unsigned int c) { function
1557 void rsDebug(const char *s, const uint2 *c) { function
1561 void rsDebug(const char *s, const uint3 *c) { function
1565 void rsDebug(const char *s, const uint4 *c) { function
1569 void rsDebug(const char *s, long c) { function
1573 void rsDebug(const char *s, long long c) { function
1577 void rsDebug(const char *s, const long2 *c) { function
1581 void rsDebug(const char *s, const long3 *c) { function
1585 void rsDebug(const char *s, const long4 *c) { function
1589 void rsDebug(const char *s, unsigned long c) { function
1593 void rsDebug(const char *s, unsigned long long c) { function
1597 void rsDebug(const char *s, const ulong2 *c) { function
1601 void rsDebug(const char *s, const ulong3 *c) { function
1605 void rsDebug(const char *s, const ulong4 *c) { function
1609 void rsDebug(const char *s, const void *p) { function
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dcolorcube.rs36 rsDebug("dims", gDims);
37 rsDebug("gCoordMul", gCoordMul);
41 //rsDebug("root", in);
75 rsDebug("dr", in->r - out->r);
76 //rsDebug("in", convert_int4(*in));
77 //rsDebug("coord1", coord1);
78 //rsDebug("coord2", coord2);
79 //rsDebug("weight1", weight1);
80 //rsDebug("weight2", weight2);
81 //rsDebug("yz0
[all...]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dcolorcube.rs36 rsDebug("dims", gDims);
37 rsDebug("gCoordMul", gCoordMul);
41 //rsDebug("root", in);
75 rsDebug("dr", in->r - out->r);
76 //rsDebug("in", convert_int4(*in));
77 //rsDebug("coord1", coord1);
78 //rsDebug("coord2", coord2);
79 //rsDebug("weight1", weight1);
80 //rsDebug("weight2", weight2);
81 //rsDebug("yz0
[all...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs297 if (debugTextureLoading) rsDebug("Renderscript: init()", 0);
811 rsDebug("Bad transform while converting from normalized to pixel coordinates: ",
882 rsDebug("Bad transform: ", screenCoord);
1080 if (debugSelection) rsDebug("Plane Angle = ", degrees(*angle));
1087 if (debugSelection) rsDebug("Cylinder Angle = ", degrees(*angle));
1185 if (debugSelection) rsDebug("Selected detail texture on doStop():", selection);
1192 if (debugSelection) rsDebug("Selected item on doStop():", selection);
1214 if (debugSelection) rsDebug("doLongPress(), selection = ", animatedSelection);
1459 rsDebug("------ makeRay() -------", 0);
1460 rsDebug("Camer
[all...]
/frameworks/rs/driver/runtime/
H A Drs_core.c129 extern void __attribute__((overloadable)) rsDebug(const char *, const T *); \
130 void __attribute__((overloadable)) rsDebug(const char *txt, T val) { \
131 rsDebug(txt, &val); \

Completed in 365 milliseconds