Searched refs:typeSrc (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 186 Type typeSrc = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local 187 ASSERT_NE(Type(0), typeSrc); in TEST_P() 198 Allocation allocSrc = context->allocationCreateFromBitmap(typeSrc, in TEST_P() 238 Type typeSrc = context->typeCreate(element, 128, 128, 128, false, false, YuvFormat::YUV_NONE); in TEST_P() local 239 ASSERT_NE(Type(0), typeSrc); in TEST_P() 250 Allocation allocSrc = context->allocationCreateTyped(typeSrc, AllocationMipmapControl::NONE, in TEST_P()
|