Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp348 Type type1 = context->typeCreate(element1, 256, 256, 0, false, false, in TEST_F() local
350 ASSERT_NE(Type(0), type1); in TEST_F()
352 Allocation allocation1 = context->allocationCreateTyped(type1, AllocationMipmapControl::NONE, in TEST_F()