Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dverify.rs20 static bool hadError = false; variable
24 static bool compare_float(float f1, float f2) { constant
32 static bool verify_float4(rs_allocation in1, rs_allocation in2) variable
54 static bool verify_float3(rs_allocation in1, rs_allocation in2) variable
75 static bool verify_float2(rs_allocation in1, rs_allocation in2) constant
95 static bool verify_float(rs_allocation in1, rs_allocation in2) variable
114 static bool verify_uchar4(rs_allocation in1, rs_allocation in2) variable
141 static bool verify_uchar3(rs_allocation in1, rs_allocation in2) constant
167 static bool verify_uchar2(rs_allocation in1, rs_allocation in2) variable
192 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() { variable
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, variable
44 static bool sub_test_RGBA_2D(rs_allocation alloc2D, float2 location, float lod, variable
Dprimitives.rs39 static bool test_primitive_types() { constant
70 static bool test_vector_types() { constant
Dutils.rs3 static bool test_color_pack_unpack() { variable
Dvector.rs44 static bool test_vector_types() { variable
Dgroup2.rs9 static bool failed[2] = { false, false }; constant
DMatrixTest.rs15 static bool testMatrixSetAndGet() { constant
64 static bool testMatrixLoadFromArray() { variable
138 static bool testMatrixLoadFromMatrix() { constant
211 static bool testMatrixIdentity() { variable
244 static bool testMatrixVectorMultiply() { constant
292 static bool testMatrixMultiply() { variable
429 static bool testMatrixTranspose() { variable
484 static bool testMatrixInverse() { constant
521 static bool testMatrixScale() { constant
585 static bool testMatrixTranslate() { variable
[all …]
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rs25 static bool hadError = false; variable
29 static bool compare_float(float f1, float f2) { variable
37 static bool verify_float4(rs_allocation in1, rs_allocation in2) constant
59 static bool verify_float3(rs_allocation in1, rs_allocation in2) constant
80 static bool verify_float2(rs_allocation in1, rs_allocation in2) variable
100 static bool verify_float(rs_allocation in1, rs_allocation in2) constant
119 static bool verify_uchar4(rs_allocation in1, rs_allocation in2) variable
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/nativemedia/sl/src/
DSLObjectCreationTest.cpp323 void AudioRecorderCreation(bool) { } in AudioRecorderCreation() argument