Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp254 Type type2 = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_F() local
255 ASSERT_NE(Type(0), type2); in TEST_F()
267 Allocation vaout = context->allocationCreateTyped(type2, AllocationMipmapControl::NONE, in TEST_F()
364 Type type2 = context->typeCreate(element2, 256, 256, 0, false, false, YuvFormat::YUV_NONE); in TEST_F() local
365 ASSERT_NE(Type(0), type2); in TEST_F()
367 Allocation allocation2 = context->allocationCreateTyped(type2, AllocationMipmapControl::NONE, in TEST_F()
397 hidl_vec<Type> types = {type2}; in TEST_F()
DVtsMiscellaneousTests.cpp63 Type type2 = context->allocationGetType(allocation); in TEST_F() local
64 EXPECT_EQ(type, type2); in TEST_F()