Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
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()
/hardware/interfaces/renderscript/1.0/default/
DContext.h70 …Return<void> allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff,…
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
/hardware/interfaces/renderscript/1.0/
DIContext.hal287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,