/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsMiscellaneousTests.cpp | 104 * Create a Allocation, and verified allocationGetPointer and allocationResize1D 108 * allocationGetPointer, allocationResize1D 127 context->allocationGetPointer(allocation, 0, AllocationCubemapFace::POSITIVE_X, 0, 133 context->allocationGetPointer(allocation, 0, AllocationCubemapFace::POSITIVE_X, 0,
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/ |
android.hardware.renderscript@1.0.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-sp/ |
android.hardware.renderscript@1.0.so | |
/frameworks/rs/cpp/ |
rsDispatch.cpp | 54 dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer"); 417 if (dispatchTab.AllocationGetPointer == nullptr) { 418 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetPointer");
|
rsDispatch.h | 164 AllocationGetPointerFnPtr AllocationGetPointer;
|
Allocation.cpp | 176 if (RS::dispatch->AllocationGetPointer == nullptr) { 181 p = RS::dispatch->AllocationGetPointer(mRS->getContext(), getIDSafe(), 0,
|
/frameworks/rs/ |
rs.spec | 167 AllocationGetPointer {
|
rsHidlAdaptation.cpp | 107 mEntryFuncs.AllocationGetPointer = AllocationGetPointer; [all...] |
rsHidlAdaptation.h | 101 static void *AllocationGetPointer(RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t stride_len);
|
rsApiStubs.cpp | 394 return RS_DISPATCH(ctxWrapper, AllocationGetPointer, va, lod, face, z, array, stride, stride_length); [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Device.cpp | 113 .AllocationGetPointer =
|
Context.h | 67 Return<void> allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPointer_cb _hidl_cb) override;
|
Context.cpp | 333 Return<void> Context::allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPointer_cb _hidl_cb) { 340 void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t)); [all...] |
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/ |
android.hardware.renderscript@1.0.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/ |
android.hardware.renderscript@1.0.so | |
/prebuilts/sdk/renderscript/lib/arm/ |
librsjni.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
librsjni.so | |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | [all...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 559 allocationGetPointer(Allocation allocation, uint32_t lod, [all...] |