Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h50 Return<void> allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) override;
DContext.cpp142 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap() function in android::hardware::renderscript::V1_0::implementation::Context
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp160 context->allocationCopyToBitmap(allocation, (Ptr)dataOut1.data(), in TEST_F()
/hardware/interfaces/renderscript/1.0/
DIContext.hal196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);