Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 18 of 18) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dverify.rs21 static bool hadError = false; constant
24 static bool compare_float(float f1, float f2) { variable
32 static bool verify_float4(rs_allocation in1, rs_allocation in2) { constant
53 static bool verify_float3(rs_allocation in1, rs_allocation in2) { variable
73 static bool verify_float2(rs_allocation in1, rs_allocation in2) { variable
92 static bool verify_float(rs_allocation in1, rs_allocation in2) { variable
110 static bool verify_uchar4(rs_allocation in1, rs_allocation in2) { variable
136 static bool verify_uchar3(rs_allocation in1, rs_allocation in2) { constant
161 static bool verify_uchar2(rs_allocation in1, rs_allocation in2) { constant
185 static bool verify_uchar(rs_allocation in1, rs_allocation in2) { constant
Dforeach.rs6 static bool failed = false; constant
18 static bool test_root_output() { variable
39 static bool test_foo_output() { constant
Dnoroot.rs7 static bool failed = false; constant
13 static bool test_foo_output() { variable
Dsample.rs17 static bool compare(float4 expected, float4 value) { constant
27 static bool sub_test_RGBA_1D(rs_allocation alloc1D, float location, float lod, constant
44 static bool sub_test_RGBA_2D(rs_allocation alloc2D, float2 location, float lod, constant
Dprimitives.rs39 static bool test_primitive_types() { variable
70 static bool test_vector_types() { constant
Dsmall_structs.rs45 static bool failed = false; constant
207 static bool equals_##TYPE(TYPE a, TYPE b) { return a == b; } constant
216 static bool equals_float4(float4 a, float4 b) { constant
Dvector.rs44 static bool test_vector_types() { variable
Dgroup2.rs9 static bool failed[2] = { false, false }; variable
Dutils.rs3 static bool test_color_pack_unpack() { variable
DTestCtxDim.rs23 static bool failed = false; variable
Dsingle_source_alloc.rs23 static bool failed = false; constant
DMatrixTest.rs15 static bool testMatrixSetAndGet() { variable
64 static bool testMatrixLoadFromArray() { variable
138 static bool testMatrixLoadFromMatrix() { constant
211 static bool testMatrixIdentity() { variable
244 static bool testMatrixVectorMultiply() { variable
298 static bool testMatrixMultiply() { variable
435 static bool testMatrixTranspose() { variable
490 static bool testMatrixInverse() { variable
527 static bool testMatrixScale() { variable
591 static bool testMatrixTranslate() { variable
[all …]
Dkernel_input.rs23 static bool failed = false; variable
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rs25 static bool hadError = false; variable
29 static bool compare_float(float f1, float f2) { constant
37 static bool verify_float4(rs_allocation in1, rs_allocation in2) variable
59 static bool verify_float3(rs_allocation in1, rs_allocation in2) constant
80 static bool verify_float2(rs_allocation in1, rs_allocation in2) constant
100 static bool verify_float(rs_allocation in1, rs_allocation in2) variable
119 static bool verify_uchar4(rs_allocation in1, rs_allocation in2) constant
146 static bool verify_uchar3(rs_allocation in1, rs_allocation in2) constant
172 static bool verify_uchar2(rs_allocation in1, rs_allocation in2) constant
197 static bool verify_uchar(rs_allocation in1, rs_allocation in2) variable
/cts/tests/tests/rsblas/src/android/renderscript/cts/
Dverify.rs21 static bool hadError = false; constant
77 static bool verify_CMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… constant
101 static bool verify_SMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… variable
125 static bool verify_ZMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… constant
149 static bool verify_DMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… variable
/cts/tests/tests/rscpp/librscpptest/
Dforeach.rs6 static bool failed = false; variable
18 static bool test_root_output() { constant
39 static bool test_foo_output() { constant
Dnoroot.rs7 static bool failed = false; variable
13 static bool test_foo_output() { constant
Dfe_all.rs160 void test_bool(const bool *ain, bool *aout) { constant