Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp122 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 DContext.h70 …Return<void> allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff,…
H A DContext.cpp203 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 DrsHidlAdaptation.cpp608 …GetIContextHandle(context)->allocation3DWrite(_allocation, xoff, yoff, zoff, lod, w, h, d, _data, … in Allocation3DData()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,