Home
last modified time | relevance | path

Searched refs:element3 (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp438 Element element3 = context->elementComplexCreate(eins, names, arraySizesPtr); in TEST_P() local
439 ASSERT_NE(Element(0), element3); in TEST_P()
444 context->elementGetSubElements(element3, 2, [&](const hidl_vec<Element>& _ids, in TEST_P()
460 Type type = context->typeCreate(element3, 1, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P()