Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp429 Element element1 = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P() local
430 ASSERT_NE(Element(0), element1); in TEST_P()
435 hidl_vec<Element> eins = {element1, element2}; in TEST_P()
452 EXPECT_EQ(element1, ids[0]); in TEST_P()
DVtsScriptTests.cpp344 Element element1 = context->elementCreate(DataType::UNSIGNED_8, in TEST_P() local
346 ASSERT_NE(Element(0), element1); in TEST_P()
348 Type type1 = context->typeCreate(element1, 256, 256, 0, false, false, in TEST_P()
377 context->scriptIntrinsicCreate(ScriptIntrinsicID::ID_BLEND, element1); in TEST_P()