Searched refs:allocation3DWrite (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A 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()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.h | 70 …Return<void> allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff,…
|
H A 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
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 608 …GetIContextHandle(context)->allocation3DWrite(_allocation, xoff, yoff, zoff, lod, w, h, d, _data, … in Allocation3DData()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
|