Searched refs:allocationAdapter (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A D | VtsCopyTests.cpp | 310 AllocationAdapter allocationAdapter = context->allocationAdapterCreate(subType, allocation); in TEST_P() local 311 ASSERT_NE(AllocationAdapter(0), allocationAdapter); in TEST_P() 319 context->allocationAdapterOffset(allocationAdapter, _offsets); in TEST_P() 321 context->allocation2DRead(allocationAdapter, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, in TEST_P()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 1083 …uint64_t allocationAdapter = GetIContextHandle(context)->allocationAdapterCreate(_vtype, _baseAllo… in AllocationAdapterCreate() local 1084 return (RsAllocation) allocationAdapter; in AllocationAdapterCreate()
|