Lines Matching refs:handle

66     void* handle = nullptr;  in loadHAL()  local
73 handle = android_dlopen_ext(filename, RTLD_LAZY | RTLD_LOCAL, &dlextinfo); in loadHAL()
74 if (handle == nullptr) { in loadHAL()
79 if (handle == nullptr) { in loadHAL()
82 handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in loadHAL()
83 if (handle == nullptr) { in loadHAL()
91 .Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"), in loadHAL()
93 .Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"), in loadHAL()
94 .Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"), in loadHAL()
95 .Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"), in loadHAL()
96 .Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"), in loadHAL()
97 .Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"), in loadHAL()
99 (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAdapterCreate"), in loadHAL()
101 (AllocationAdapterOffsetFnPtr)dlsym(handle, "rsAllocationAdapterOffset"), in loadHAL()
103 (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange"), in loadHAL()
105 (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DRange"), in loadHAL()
107 (AllocationCopyToBitmapFnPtr)dlsym(handle, "rsAllocationCopyToBitmap"), in loadHAL()
109 (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCreateFromBitmap"), in loadHAL()
111 (AllocationCreateStridedFnPtr)dlsym(handle, "rsAllocationCreateStrided"), in loadHAL()
113 (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped"), in loadHAL()
115 handle, "rsAllocationCubeCreateFromBitmap"), in loadHAL()
117 (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElementData"), in loadHAL()
119 (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElementRead"), in loadHAL()
121 (AllocationGenerateMipmapsFnPtr)dlsym(handle, "rsAllocationGenerateMipmaps"), in loadHAL()
123 (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer"), in loadHAL()
125 (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurface"), in loadHAL()
126 .AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"), in loadHAL()
127 .AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"), in loadHAL()
128 .AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"), in loadHAL()
129 .AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"), in loadHAL()
130 .AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"), in loadHAL()
132 (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurface"), in loadHAL()
133 .AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"), in loadHAL()
135 (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocationSetupBufferQueue"), in loadHAL()
137 (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocationShareBufferQueue"), in loadHAL()
138 .AssignName = (AssignNameFnPtr)dlsym(handle, "rsAssignName"), in loadHAL()
139 .ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"), in loadHAL()
140 .ClosureSetArg = (ClosureSetArgFnPtr)dlsym(handle, "rsClosureSetArg"), in loadHAL()
141 .ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal"), in loadHAL()
142 .ContextCreateVendor = (ContextCreateVendorFnPtr)dlsym(handle, "rsContextCreateVendor"), in loadHAL()
144 (ContextDeinitToClientFnPtr)dlsym(handle, "rsContextDeinitToClient"), in loadHAL()
145 .ContextDestroy = (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy"), in loadHAL()
146 .ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump"), in loadHAL()
147 .ContextFinish = (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"), in loadHAL()
148 .ContextGetMessage = (ContextGetMessageFnPtr)dlsym(handle, "rsContextGetMessage"), in loadHAL()
149 .ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"), in loadHAL()
150 .ContextPeekMessage = (ContextPeekMessageFnPtr)dlsym(handle, "rsContextPeekMessage"), in loadHAL()
151 .ContextSendMessage = (ContextSendMessageFnPtr)dlsym(handle, "rsContextSendMessage"), in loadHAL()
152 .ContextSetPriority = (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority"), in loadHAL()
153 .ContextSetCacheDir = (ContextSetCacheDirFnPtr)dlsym(handle, "rsContextSetCacheDir"), in loadHAL()
157 .ElementCreate2 = (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2"), in loadHAL()
158 .ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"), in loadHAL()
160 (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNativeData"), in loadHAL()
162 (ElementGetSubElementsFnPtr)dlsym(handle, "rsaElementGetSubElements"), in loadHAL()
163 .GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName"), in loadHAL()
164 .InvokeClosureCreate = (InvokeClosureCreateFnPtr)dlsym(handle, "rsInvokeClosureCreate"), in loadHAL()
165 .ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"), in loadHAL()
166 .SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate"), in loadHAL()
168 (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocation"), in loadHAL()
169 .ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"), in loadHAL()
170 .ScriptFieldIDCreate = (ScriptFieldIDCreateFnPtr)dlsym(handle, "rsScriptFieldIDCreate"), in loadHAL()
172 .ScriptForEachMulti = (ScriptForEachMultiFnPtr)dlsym(handle, "rsScriptForEachMulti"), in loadHAL()
173 .ScriptGetVarV = (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV"), in loadHAL()
174 .ScriptGroup2Create = (ScriptGroup2CreateFnPtr)dlsym(handle, "rsScriptGroup2Create"), in loadHAL()
175 .ScriptGroupCreate = (ScriptGroupCreateFnPtr)dlsym(handle, "rsScriptGroupCreate"), in loadHAL()
176 .ScriptGroupExecute = (ScriptGroupExecuteFnPtr)dlsym(handle, "rsScriptGroupExecute"), in loadHAL()
177 .ScriptGroupSetInput = (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput"), in loadHAL()
179 (ScriptGroupSetOutputFnPtr)dlsym(handle, "rsScriptGroupSetOutput"), in loadHAL()
181 (ScriptIntrinsicCreateFnPtr)dlsym(handle, "rsScriptIntrinsicCreate"), in loadHAL()
182 .ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"), in loadHAL()
184 (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate"), in loadHAL()
185 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"), in loadHAL()
187 (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreate"), in loadHAL()
188 .ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"), in loadHAL()
189 .ScriptSetTimeZone = (ScriptSetTimeZoneFnPtr)dlsym(handle, "rsScriptSetTimeZone"), in loadHAL()
190 .ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"), in loadHAL()
191 .ScriptSetVarF = (ScriptSetVarFFnPtr)dlsym(handle, "rsScriptSetVarF"), in loadHAL()
192 .ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI"), in loadHAL()
193 .ScriptSetVarJ = (ScriptSetVarJFnPtr)dlsym(handle, "rsScriptSetVarJ"), in loadHAL()
194 .ScriptSetVarObj = (ScriptSetVarObjFnPtr)dlsym(handle, "rsScriptSetVarObj"), in loadHAL()
195 .ScriptSetVarVE = (ScriptSetVarVEFnPtr)dlsym(handle, "rsScriptSetVarVE"), in loadHAL()
196 .ScriptSetVarV = (ScriptSetVarVFnPtr)dlsym(handle, "rsScriptSetVarV"), in loadHAL()
197 .TypeCreate = (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate"), in loadHAL()
198 .TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"), in loadHAL()