Home | History | Annotate | Download | only in default

Lines Matching refs:handle

50     void* handle = nullptr;
57 handle = android_dlopen_ext(filename, RTLD_LAZY | RTLD_LOCAL, &dlextinfo);
58 if (handle == nullptr) {
63 if (handle == nullptr) {
66 handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
67 if (handle == nullptr) {
76 (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"),
79 (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"),
81 (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"),
83 (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"),
85 (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"),
87 (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"),
89 handle, "rsAllocationAdapterCreate"),
91 handle, "rsAllocationAdapterOffset"),
93 handle, "rsAllocationCopy2DRange"),
95 handle, "rsAllocationCopy3DRange"),
97 handle, "rsAllocationCopyToBitmap"),
99 handle, "rsAllocationCreateFromBitmap"),
101 handle, "rsAllocationCreateStrided"),
103 handle, "rsAllocationCreateTyped"),
106 handle, "rsAllocationCubeCreateFromBitmap"),
108 handle, "rsAllocationElementData"),
110 handle, "rsAllocationElementRead"),
112 handle, "rsAllocationGenerateMipmaps"),
114 (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer"),
116 (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurface"),
118 (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"),
120 (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"),
122 (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"),
124 (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"),
126 (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"),
128 (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurface"),
130 handle, "rsAllocationSetupBufferQueue"),
132 handle, "rsAllocationShareBufferQueue"),
134 (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"),
135 .AssignName = (AssignNameFnPtr)dlsym(handle, "rsAssignName"),
136 .ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"),
137 .ClosureSetArg = (ClosureSetArgFnPtr)dlsym(handle, "rsClosureSetArg"),
139 (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal"),
141 (ContextCreateVendorFnPtr)dlsym(handle, "rsContextCreateVendor"),
143 handle, "rsContextDeinitToClient"),
145 (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy"),
146 .ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump"),
147 .ContextFinish = (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"),
149 (ContextGetMessageFnPtr)dlsym(handle, "rsContextGetMessage"),
151 (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"),
153 (ContextPeekMessageFnPtr)dlsym(handle, "rsContextPeekMessage"),
155 (ContextSendMessageFnPtr)dlsym(handle, "rsContextSendMessage"),
157 (ContextSetCacheDirFnPtr)dlsym(handle, "rsContextSetCacheDir"),
159 (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority"),
164 (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2"),
165 .ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"),
167 (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNativeData"),
169 handle, "rsaElementGetSubElements"),
170 .GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName"),
172 (InvokeClosureCreateFnPtr)dlsym(handle, "rsInvokeClosureCreate"),
173 .ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"),
174 .SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate"),
176 (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocation"),
177 .ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"),
179 (ScriptFieldIDCreateFnPtr)dlsym(handle, "rsScriptFieldIDCreate"),
182 (ScriptForEachMultiFnPtr)dlsym(handle, "rsScriptForEachMulti"),
183 .ScriptGetVarV = (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV"),
185 (ScriptGroup2CreateFnPtr)dlsym(handle, "rsScriptGroup2Create"),
187 (ScriptGroupCreateFnPtr)dlsym(handle, "rsScriptGroupCreate"),
189 (ScriptGroupExecuteFnPtr)dlsym(handle, "rsScriptGroupExecute"),
191 (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput"),
193 (ScriptGroupSetOutputFnPtr)dlsym(handle, "rsScriptGroupSetOutput"),
195 handle, "rsScriptIntrinsicCreate"),
196 .ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"),
198 (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate"),
199 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"),
201 (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreate"),
202 .ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"),
204 (ScriptSetTimeZoneFnPtr)dlsym(handle, "rsScriptSetTimeZone"),
205 .ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"),
206 .ScriptSetVarF = (ScriptSetVarFFnPtr)dlsym(handle, "rsScriptSetVarF"),
207 .ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI"),
208 .ScriptSetVarJ = (ScriptSetVarJFnPtr)dlsym(handle, "rsScriptSetVarJ"),
210 (ScriptSetVarObjFnPtr)dlsym(handle, "rsScriptSetVarObj"),
212 (ScriptSetVarVEFnPtr)dlsym(handle, "rsScriptSetVarVE"),
213 .ScriptSetVarV = (ScriptSetVarVFnPtr)dlsym(handle, "rsScriptSetVarV"),
214 .TypeCreate = (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate"),
216 (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"),