Searched refs:allocationRead (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 229 context->allocationRead(vout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t)); in TEST_F() 277 context->allocationRead(vaout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(int)); in TEST_F() 320 context->allocationRead(allocation, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(int)); in TEST_F() 486 context->allocationRead(allocation, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t)); in TEST_F() 546 context->allocationRead(allocation, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t)); in TEST_F()
|
D | VtsCopyTests.cpp | 164 context->allocationRead(allocation, (Ptr)dataOut2.data(), (Size)dataOut2.size()*sizeof(float)); in TEST_F() 211 context->allocationRead(allocDst, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(float)); in TEST_F() 263 context->allocationRead(allocDst, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(float)); in TEST_F()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 56 Return<void> allocationRead(Allocation allocation, Ptr data, Size sizeBytes) override;
|
D | Context.cpp | 211 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes);
|