Searched defs:rsDebug (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/rs/driver/ |
H A D | rsdRuntimeStubs.cpp | 1154 void rsDebug(const char *s, float f) { function 1212 void rsDebug(const char *s, double d) { function 1252 void rsDebug(const char *s, char c) { function 1290 void rsDebug(const char *s, int16_t c) { function 1309 void rsDebug(const char *s, uint16_t c) { function 1328 void rsDebug(const char *s, int i) { function 1376 void rsDebug(const char *s, long l) { function 1380 void rsDebug(const char *s, long long ll) { function 1436 void rsDebug(const char *s, const l2 *c) { function 1441 void rsDebug(const char *s, const l3 *c) { function [all …]
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_core.c | 289 extern void __attribute__((overloadable)) rsDebug(const char *s, half h) { in rsDebug() function 296 extern void __attribute__((overloadable)) rsDebug(const char *s, half2 h2) { in rsDebug() function 304 extern void __attribute__((overloadable)) rsDebug(const char *s, half3 h3) { in rsDebug() function 312 extern void __attribute__((overloadable)) rsDebug(const char *s, half4 h4) { in rsDebug() function
|