Searched refs:ElementArrs (Results 1 – 2 of 2) sorted by relevance
203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local213 passed &= (ElementArrs[i]->isCompatible(ElementArrs[j])); in Java_android_cts_rscpp_RSElementTest_testIsCompatible()216 passed &= !(ElementArrs[i]->isCompatible(ElementArrs[j])); in Java_android_cts_rscpp_RSElementTest_testIsCompatible()
246 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT, in testIsCompatible() local256 int ElementArrsLen = ElementArrs.length; in testIsCompatible()259 for (Element el : ElementArrs[i]) { in testIsCompatible()260 for (Element er : ElementArrs[j]) { in testIsCompatible()