Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsMiscellaneousTests.cpp132 context->allocationResize1D(allocation, 1024*1024); in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h78 Return<void> allocationResize1D(Allocation allocation, uint32_t dimX) override;
H A DContext.cpp295 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { in allocationResize1D() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp670 GetIContextHandle(context)->allocationResize1D(_allocation, dimX); in AllocationResize1D()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal456 allocationResize1D(Allocation allocation, uint32_t dimX);