Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp190 Type typeDst = context->typeCreate(element, 256, 256, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
191 ASSERT_NE(Type(0), typeDst); in TEST_P()
204 Allocation allocDst = context->allocationCreateTyped(typeDst, AllocationMipmapControl::NONE, in TEST_P()
242 Type typeDst = context->typeCreate(element, 64, 64, 64, false, false, YuvFormat::YUV_NONE); in TEST_P() local
243 ASSERT_NE(Type(0), typeDst); in TEST_P()
256 Allocation allocDst = context->allocationCreateTyped(typeDst, AllocationMipmapControl::NONE, in TEST_P()