Searched refs:_RS_ASSERT (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_array_init.java33 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0);
34 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f);
35 _RS_ASSERT("fa[2] == 0", fa[2] == 0);
36 _RS_ASSERT("fa[3] == 0", fa[3] == 0);
37 _RS_ASSERT("fa.length == 4", fa.length == 4);
40 _RS_ASSERT("da[0] == 7.0", da[0] == 7.0);
41 _RS_ASSERT("da[1] == 8.88888", da[1] == 8.88888);
42 _RS_ASSERT("da.length == 2", da.length == 2);
45 _RS_ASSERT("ca[0] == 'a'", ca[0] == 'a');
46 _RS_ASSERT("c
[all...]
H A DUT_sampler.java85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
87 _RS_ASSERT("minification.getMinification() == Sampler.Value.LINEAR_MIP_LINEAR",
89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
93 _RS_ASSERT("minification.getAnisotropy() == 1.0f",
96 _RS_ASSERT("magnification.getMagnification() == Sampler.Value.LINEAR",
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
104 _RS_ASSERT("magnificatio
[all...]
H A DUT_element.java95 _RS_ASSERT("subElemCount == 0", subElemCount == 0);
98 _RS_ASSERT("subElemCount == 10", subElemCount == 10);
99 _RS_ASSERT("complexElem.getSizeBytes() == ScriptField_ComplexStruct.Item.sizeof",
103 _RS_ASSERT("complexElem.getSubElement(i) != null",
105 _RS_ASSERT("complexElem.getSubElementName(i).equals(subElemNames[i])",
107 _RS_ASSERT("complexElem.getSubElementArraySize(i) == subElemArraySizes[i]",
109 _RS_ASSERT("complexElem.getSubElementOffsetBytes(i) == subElemOffsets[i]",
H A DUnitTest.java59 protected void _RS_ASSERT(String message, boolean b) { method in class:UnitTest
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_array_init.java33 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0);
34 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f);
35 _RS_ASSERT("fa[2] == 0", fa[2] == 0);
36 _RS_ASSERT("fa[3] == 0", fa[3] == 0);
37 _RS_ASSERT("fa.length == 4", fa.length == 4);
40 _RS_ASSERT("da[0] == 7.0", da[0] == 7.0);
41 _RS_ASSERT("da[1] == 8.88888", da[1] == 8.88888);
42 _RS_ASSERT("da.length == 2", da.length == 2);
45 _RS_ASSERT("ca[0] == 'a'", ca[0] == 'a');
46 _RS_ASSERT("c
[all...]
H A DUT_sampler.java85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
87 _RS_ASSERT("minification.getMinification() == Sampler.Value.LINEAR_MIP_LINEAR",
89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
93 _RS_ASSERT("minification.getAnisotropy() == 1.0f",
96 _RS_ASSERT("magnification.getMagnification() == Sampler.Value.LINEAR",
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
104 _RS_ASSERT("magnificatio
[all...]
H A DUT_element.java98 _RS_ASSERT("subElemCount == 0", subElemCount == 0);
99 _RS_ASSERT("simpleElem.getDataKind() == USER",
101 _RS_ASSERT("simpleElem.getDataType() == FLOAT_32",
105 _RS_ASSERT("subElemCount == 10", subElemCount == 10);
106 _RS_ASSERT("complexElem.getDataKind() == USER",
108 _RS_ASSERT("complexElemsimpleElem.getDataType() == NONE",
112 _RS_ASSERT("complexElem.getSubElement(i) != null",
114 _RS_ASSERT("complexElem.getSubElementName(i).equals(subElemNames[i])",
116 _RS_ASSERT("complexElem.getSubElementArraySize(i) == subElemArraySizes[i]",
118 _RS_ASSERT("complexEle
[all...]
H A DUnitTest.java59 protected void _RS_ASSERT(String message, boolean b) { method in class:UnitTest
/frameworks/rs/tests/cppbasic/
H A Dmono.rs29 #define _RS_ASSERT(b) \
66 _RS_ASSERT(i == 47);
67 _RS_ASSERT(j == -3);
68 _RS_ASSERT(k == 'c');
69 _RS_ASSERT(l == -7);
70 _RS_ASSERT(m == 14);
71 _RS_ASSERT(n == -8);
79 _RS_ASSERT(i == (5 + 10 * x + 100 * y));
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs29 #define _RS_ASSERT(b) \
66 _RS_ASSERT(i == 47);
67 _RS_ASSERT(j == -3);
68 _RS_ASSERT(k == 'c');
69 _RS_ASSERT(l == -7);
70 _RS_ASSERT(m == 14);
71 _RS_ASSERT(n == -8);
79 _RS_ASSERT(i == (5 + 10 * x + 100 * y));
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java59 protected void _RS_ASSERT(String message, boolean b) { method in class:UnitTest
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUnitTest.java59 protected void _RS_ASSERT(String message, boolean b) { method in class:UnitTest

Completed in 2974 milliseconds