Searched refs:allocation3DWrite (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 122 context->allocation3DWrite(allocation, 0, 0, 0, 0, 32, 32, 32, _data, 0); in TEST_P() 261 context->allocation3DWrite(allocSrc, 0, 0, 0, 0, 128, 128, 128, _data, 128*sizeof(float)); in TEST_P()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 70 …Return<void> allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff,…
|
D | Context.cpp | 203 Return<void> Context::allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation3DWrite() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
|