/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsMiscellaneousTests.cpp | 104 * Create a Allocation, and verified allocationGetPointer and allocationResize1D 108 * allocationGetPointer, allocationResize1D 132 context->allocationResize1D(allocation, 1024*1024);
|
/frameworks/rs/cpp/ |
rsDispatch.cpp | 60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); 307 if (dispatchTab.AllocationResize1D == nullptr) { 308 LOG_ERR("Couldn't initialize dispatchTab.AllocationResize1D");
|
rsDispatch.h | 171 AllocationResize1DFnPtr AllocationResize1D;
|
/frameworks/rs/ |
rs.spec | 285 AllocationResize1D {
|
rsHidlAdaptation.cpp | 113 mEntryFuncs.AllocationResize1D = AllocationResize1D; 666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dimX) 670 GetIContextHandle(context)->allocationResize1D(_allocation, dimX); [all...] |
rsHidlAdaptation.h | 96 static void AllocationResize1D(RsContext, RsAllocation, uint32_t);
|
rsApiStubs.cpp | 477 RS_DISPATCH(ctxWrapper, AllocationResize1D, va, dimX); [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Device.cpp | 97 .AllocationResize1D =
|
Context.h | 62 Return<void> allocationResize1D(Allocation allocation, uint32_t dimX) override;
|
Context.cpp | 281 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { 284 Device::getHal().AllocationResize1D(mContext, _allocation, _dimX); [all...] |
/prebuilts/sdk/renderscript/lib/mips/ |
librsjni.so | |
/prebuilts/sdk/renderscript/lib/arm/ |
librsjni.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
librsjni.so | |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | 792 } else if (target_func == "allocationResize1D") { 807 renderscript->allocationResize1D(arg0, arg1); [all...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 456 allocationResize1D(Allocation allocation, uint32_t dimX); [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/prebuilts/abi-dumps/vndk/current/arm/source-based/ |
android.hardware.renderscript@1.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/arm64/source-based/ |
android.hardware.renderscript@1.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/mips/source-based/ |
android.hardware.renderscript@1.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/mips64/source-based/ |
android.hardware.renderscript@1.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/x86/source-based/ |
android.hardware.renderscript@1.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/x86_64/source-based/ |
android.hardware.renderscript@1.0.so.lsdump.gz | |