Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp132 context->allocationResize1D(allocation, 1024*1024); in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.h62 Return<void> allocationResize1D(Allocation allocation, uint32_t dimX) override;
DContext.cpp281 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { in allocationResize1D() function in android::hardware::renderscript::V1_0::implementation::Context
/hardware/interfaces/renderscript/1.0/
DIContext.hal456 allocationResize1D(Allocation allocation, uint32_t dimX);