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

/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...]

Completed in 68 milliseconds