Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h66 Return<void> allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) override;
H A DContext.cpp156 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp160 context->allocationCopyToBitmap(allocation, (Ptr)dataOut1.data(), in TEST_P()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp553 GetIContextHandle(context)->allocationCopyToBitmap(_allocation, data, sizeBytes); in AllocationCopyToBitmap()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);