• Home
  • Raw
  • Download

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()
92 (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"), in loadHAL()
95 (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"), in loadHAL()
97 (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"), in loadHAL()
99 (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"), in loadHAL()
101 (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"), in loadHAL()
103 (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"), in loadHAL()
105 handle, "rsAllocationAdapterCreate"), in loadHAL()
107 handle, "rsAllocationAdapterOffset"), in loadHAL()
109 handle, "rsAllocationCopy2DRange"), in loadHAL()
111 handle, "rsAllocationCopy3DRange"), in loadHAL()
113 handle, "rsAllocationCopyToBitmap"), in loadHAL()
115 handle, "rsAllocationCreateFromBitmap"), in loadHAL()
117 handle, "rsAllocationCreateStrided"), in loadHAL()
119 handle, "rsAllocationCreateTyped"), in loadHAL()
122 handle, "rsAllocationCubeCreateFromBitmap"), in loadHAL()
124 handle, "rsAllocationElementData"), in loadHAL()
126 handle, "rsAllocationElementRead"), in loadHAL()
128 handle, "rsAllocationGenerateMipmaps"), in loadHAL()
130 (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer"), in loadHAL()
132 (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurface"), in loadHAL()
134 (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"), in loadHAL()
136 (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"), in loadHAL()
138 (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"), in loadHAL()
140 (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"), in loadHAL()
142 (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"), in loadHAL()
144 (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurface"), in loadHAL()
146 handle, "rsAllocationSetupBufferQueue"), in loadHAL()
148 handle, "rsAllocationShareBufferQueue"), in loadHAL()
150 (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"), in loadHAL()
151 .AssignName = (AssignNameFnPtr)dlsym(handle, "rsAssignName"), in loadHAL()
152 .ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"), in loadHAL()
153 .ClosureSetArg = (ClosureSetArgFnPtr)dlsym(handle, "rsClosureSetArg"), in loadHAL()
155 (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal"), in loadHAL()
157 (ContextCreateVendorFnPtr)dlsym(handle, "rsContextCreateVendor"), in loadHAL()
159 handle, "rsContextDeinitToClient"), in loadHAL()
161 (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy"), in loadHAL()
162 .ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump"), in loadHAL()
163 .ContextFinish = (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"), in loadHAL()
165 (ContextGetMessageFnPtr)dlsym(handle, "rsContextGetMessage"), in loadHAL()
167 (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"), in loadHAL()
169 (ContextPeekMessageFnPtr)dlsym(handle, "rsContextPeekMessage"), in loadHAL()
171 (ContextSendMessageFnPtr)dlsym(handle, "rsContextSendMessage"), in loadHAL()
173 (ContextSetCacheDirFnPtr)dlsym(handle, "rsContextSetCacheDir"), in loadHAL()
175 (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority"), in loadHAL()
180 (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2"), in loadHAL()
181 .ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"), in loadHAL()
183 (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNativeData"), in loadHAL()
185 handle, "rsaElementGetSubElements"), in loadHAL()
186 .GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName"), in loadHAL()
188 (InvokeClosureCreateFnPtr)dlsym(handle, "rsInvokeClosureCreate"), in loadHAL()
189 .ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"), in loadHAL()
190 .SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate"), in loadHAL()
192 (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocation"), in loadHAL()
193 .ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"), in loadHAL()
195 (ScriptFieldIDCreateFnPtr)dlsym(handle, "rsScriptFieldIDCreate"), in loadHAL()
198 (ScriptForEachMultiFnPtr)dlsym(handle, "rsScriptForEachMulti"), in loadHAL()
199 .ScriptGetVarV = (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV"), in loadHAL()
201 (ScriptGroup2CreateFnPtr)dlsym(handle, "rsScriptGroup2Create"), in loadHAL()
203 (ScriptGroupCreateFnPtr)dlsym(handle, "rsScriptGroupCreate"), in loadHAL()
205 (ScriptGroupExecuteFnPtr)dlsym(handle, "rsScriptGroupExecute"), in loadHAL()
207 (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput"), in loadHAL()
209 (ScriptGroupSetOutputFnPtr)dlsym(handle, "rsScriptGroupSetOutput"), in loadHAL()
211 handle, "rsScriptIntrinsicCreate"), in loadHAL()
212 .ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"), in loadHAL()
214 (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate"), in loadHAL()
215 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"), in loadHAL()
217 (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreate"), in loadHAL()
218 .ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"), in loadHAL()
220 (ScriptSetTimeZoneFnPtr)dlsym(handle, "rsScriptSetTimeZone"), in loadHAL()
221 .ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"), in loadHAL()
222 .ScriptSetVarF = (ScriptSetVarFFnPtr)dlsym(handle, "rsScriptSetVarF"), in loadHAL()
223 .ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI"), in loadHAL()
224 .ScriptSetVarJ = (ScriptSetVarJFnPtr)dlsym(handle, "rsScriptSetVarJ"), in loadHAL()
226 (ScriptSetVarObjFnPtr)dlsym(handle, "rsScriptSetVarObj"), in loadHAL()
228 (ScriptSetVarVEFnPtr)dlsym(handle, "rsScriptSetVarVE"), in loadHAL()
229 .ScriptSetVarV = (ScriptSetVarVFnPtr)dlsym(handle, "rsScriptSetVarV"), in loadHAL()
230 .TypeCreate = (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate"), in loadHAL()
232 (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"), in loadHAL()