/frameworks/rs/scriptc/ |
rs_debug.rsh | 34 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(const char *, const rs_matrix3x3 *) [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 34 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(const char *, const rs_matrix3x3 *) [all...] |
/frameworks/rs/tests/cppbasic/ |
mono.rs | 33 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/ |
rsdRuntimeStubs.cpp | [all...] |
/cts/tests/src/android/renderscript/cts/ |
primitives.rs | 61 rsDebug("test_primitive_types FAILED", time); 64 rsDebug("test_primitive_types PASSED", time); 116 rsDebug("test_vector_types FAILED", time); 119 rsDebug("test_vector_types PASSED", time);
|
verify.rs | 223 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \ 226 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \ 229 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \ 232 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \ 238 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \ 241 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \ 244 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \ 247 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \ 292 rsDebug("verify failure at xy", errorLoc);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
colorcube.rs | 36 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("yz00", yz00) [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
colorcube.rs | 36 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("yz00", yz00) [all...] |
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
carousel.rs | 297 if (debugTextureLoading) rsDebug("Renderscript: init()", 0); 811 rsDebug("Bad transform while converting from normalized to pixel coordinates: ", [all...] |
/frameworks/rs/driver/runtime/ |
rs_core.c | 129 extern void __attribute__((overloadable)) rsDebug(const char *, const T *); \ 130 void __attribute__((overloadable)) rsDebug(const char *txt, T val) { \ 131 rsDebug(txt, &val); \
|