Searched defs:rsDebug (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 784 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(const char *s, const float3 *f3, const ushort3 *us3) { function [all …]
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1154 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(const char *s, const float3 *f3, const ushort3 *us3) { function [all …]
|
/frameworks/rs/driver/runtime/ |
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
|