HomeSort by relevance Sort by last modified time
    Searched defs:rsDebug (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/driver/runtime/
rs_core.c 245 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) {
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) {
298 rsDebug(s, &f, (ushort2 *) &h2);
301 extern void __attribute__((overloadable)) rsDebug(const char *s
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 784 void rsDebug(const char *s, float f) {
788 void rsDebug(const char *s, float f1, float f2) {
792 void rsDebug(const char *s, float f1, float f2, float f3) {
796 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
800 void rsDebug(const char *s, const float2 *f2) {
805 void rsDebug(const char *s, const float3 *f3) {
810 void rsDebug(const char *s, const float4 *f4) {
818 void rsDebug(const char *s, float f, ushort us) {
822 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) {
828 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3)
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp     [all...]

Completed in 185 milliseconds