Searched refs:allocationCreateFromBitmap (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A D | VtsCopyTests.cpp | 154 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() 198 Allocation allocSrc = context->allocationCreateFromBitmap(typeSrc, in TEST_P() 299 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.h | 60 …Return<Allocation> allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl…
|
H A D | Context.cpp | 111 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap() function in android::hardware::renderscript::V1_0::implementation::Context
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 116 allocationCreateFromBitmap(Type type, AllocationMipmapControl mips,
|