Lines Matching refs:dispatchTab

26 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int targetApiLevel) {  in loadSymbols()  argument
29 dispatchTab.SetNativeLibDir = (SetNativeLibDirFnPtr)dlsym(handle, "rsaContextSetNativeLibDir"); in loadSymbols()
30 if (dispatchTab.SetNativeLibDir == nullptr) { in loadSymbols()
36 dispatchTab.Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"); in loadSymbols()
37dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DE… in loadSymbols()
38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"); in loadSymbols()
39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); in loadSymbols()
40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"); in loadSymbols()
41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"); in loadSymbols()
42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"); in loadSymbols()
43dispatchTab.AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAda… in loadSymbols()
44dispatchTab.AllocationAdapterOffset = (AllocationAdapterOffsetFnPtr)dlsym(handle, "rsAllocationAda… in loadSymbols()
45dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DR… in loadSymbols()
46dispatchTab.AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DR… in loadSymbols()
47dispatchTab.AllocationCopyToBitmap = (AllocationCopyToBitmapFnPtr)dlsym(handle, "rsAllocationCopyT… in loadSymbols()
48dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
49dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols()
50dispatchTab.AllocationCubeCreateFromBitmap = (AllocationCubeCreateFromBitmapFnPtr)dlsym(handle, "r… in loadSymbols()
51dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
52dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
53dispatchTab.AllocationGenerateMipmaps = (AllocationGenerateMipmapsFnPtr)dlsym(handle, "rsAllocatio… in loadSymbols()
54dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols()
55dispatchTab.AllocationGetSurface = (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurfac… in loadSymbols()
56 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"); in loadSymbols()
57dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()
58 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()
59 dispatchTab.AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"); in loadSymbols()
60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols()
61dispatchTab.AllocationSetSurface = (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurfac… in loadSymbols()
62dispatchTab.AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
63dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()
65 dispatchTab.AssignName = (AssignNameFnPtr)dlsym(handle, "rsAssignName"); in loadSymbols()
66 dispatchTab.ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"); in loadSymbols()
67 dispatchTab.ClosureSetArg = (ClosureSetArgFnPtr)dlsym(handle, "rsClosureSetArg"); in loadSymbols()
68 dispatchTab.ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal"); in loadSymbols()
69 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");; in loadSymbols()
70dispatchTab.ContextDeinitToClient = (ContextDeinitToClientFnPtr)dlsym(handle, "rsContextDeinitToCl… in loadSymbols()
71 dispatchTab.ContextDestroy = (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy"); in loadSymbols()
72 dispatchTab.ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump"); in loadSymbols()
73 dispatchTab.ContextFinish = (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"); in loadSymbols()
74 dispatchTab.ContextGetMessage = (ContextGetMessageFnPtr)dlsym(handle, "rsContextGetMessage"); in loadSymbols()
75dispatchTab.ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"); in loadSymbols()
76 dispatchTab.ContextPeekMessage = (ContextPeekMessageFnPtr)dlsym(handle, "rsContextPeekMessage"); in loadSymbols()
77 dispatchTab.ContextSendMessage = (ContextSendMessageFnPtr)dlsym(handle, "rsContextSendMessage"); in loadSymbols()
78 dispatchTab.ContextSetPriority = (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority"); in loadSymbols()
79 dispatchTab.ContextSetCacheDir = (ContextSetCacheDirFnPtr)dlsym(handle, "rsContextSetCacheDir"); in loadSymbols()
80 dispatchTab.DeviceCreate = (DeviceCreateFnPtr)dlsym(handle, "rsDeviceCreate"); in loadSymbols()
81 dispatchTab.DeviceDestroy = (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy"); in loadSymbols()
82 dispatchTab.DeviceSetConfig = (DeviceSetConfigFnPtr)dlsym(handle, "rsDeviceSetConfig"); in loadSymbols()
83 dispatchTab.ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"); in loadSymbols()
84 dispatchTab.ElementCreate2 = (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2"); in loadSymbols()
85dispatchTab.ElementGetNativeData = (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNativeDa… in loadSymbols()
86dispatchTab.ElementGetSubElements = (ElementGetSubElementsFnPtr)dlsym(handle, "rsaElementGetSubEle… in loadSymbols()
87 dispatchTab.GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName");; in loadSymbols()
88dispatchTab.InvokeClosureCreate = (InvokeClosureCreateFnPtr)dlsym(handle, "rsInvokeClosureCreate"); in loadSymbols()
89 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"); in loadSymbols()
90 dispatchTab.SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate"); in loadSymbols()
91dispatchTab.ScriptBindAllocation = (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocatio… in loadSymbols()
92 dispatchTab.ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"); in loadSymbols()
93dispatchTab.ScriptFieldIDCreate = (ScriptFieldIDCreateFnPtr)dlsym(handle, "rsScriptFieldIDCreate"); in loadSymbols()
94 dispatchTab.ScriptForEach = (ScriptForEachFnPtr)dlsym(handle, "rsScriptForEach"); in loadSymbols()
95 dispatchTab.ScriptForEachMulti = (ScriptForEachMultiFnPtr)dlsym(handle, "rsScriptForEachMulti"); in loadSymbols()
96 dispatchTab.ScriptGetVarV = (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV"); in loadSymbols()
97 dispatchTab.ScriptGroup2Create = (ScriptGroup2CreateFnPtr)dlsym(handle, "rsScriptGroup2Create"); in loadSymbols()
98 dispatchTab.ScriptGroupCreate = (ScriptGroupCreateFnPtr)dlsym(handle, "rsScriptGroupCreate"); in loadSymbols()
99 dispatchTab.ScriptGroupExecute = (ScriptGroupExecuteFnPtr)dlsym(handle, "rsScriptGroupExecute"); in loadSymbols()
100dispatchTab.ScriptGroupSetInput = (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput"); in loadSymbols()
101dispatchTab.ScriptGroupSetOutput = (ScriptGroupSetOutputFnPtr)dlsym(handle, "rsScriptGroupSetOutpu… in loadSymbols()
102dispatchTab.ScriptIntrinsicCreate = (ScriptIntrinsicCreateFnPtr)dlsym(handle, "rsScriptIntrinsicCr… in loadSymbols()
103 dispatchTab.ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()
104dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols()
105 dispatchTab.ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"); in loadSymbols()
106dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreat… in loadSymbols()
107 dispatchTab.ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"); in loadSymbols()
108 dispatchTab.ScriptSetTimeZone = (ScriptSetTimeZoneFnPtr)dlsym(handle, "rsScriptSetTimeZone"); in loadSymbols()
109 dispatchTab.ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"); in loadSymbols()
110 dispatchTab.ScriptSetVarF = (ScriptSetVarFFnPtr)dlsym(handle, "rsScriptSetVarF"); in loadSymbols()
111 dispatchTab.ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI"); in loadSymbols()
112 dispatchTab.ScriptSetVarJ = (ScriptSetVarJFnPtr)dlsym(handle, "rsScriptSetVarJ"); in loadSymbols()
113 dispatchTab.ScriptSetVarObj = (ScriptSetVarObjFnPtr)dlsym(handle, "rsScriptSetVarObj"); in loadSymbols()
114 dispatchTab.ScriptSetVarV = (ScriptSetVarVFnPtr)dlsym(handle, "rsScriptSetVarV"); in loadSymbols()
115 dispatchTab.ScriptSetVarVE = (ScriptSetVarVEFnPtr)dlsym(handle, "rsScriptSetVarVE"); in loadSymbols()
116 dispatchTab.TypeCreate = (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate"); in loadSymbols()
117 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols()
120 dispatchTab.ContextCreateGL = (ContextCreateGLFnPtr)dlsym(handle, "rsContextCreateGL"); in loadSymbols()
121 dispatchTab.ContextSetSurface = (ContextSetSurfaceFnPtr)dlsym(handle, "rsContextSetSurface"); in loadSymbols()
122 dispatchTab.ContextPause = (ContextPauseFnPtr)dlsym(handle, "rsContextPause"); in loadSymbols()
123 dispatchTab.ContextResume = (ContextResumeFnPtr)dlsym(handle, "rsContextResume"); in loadSymbols()
124dispatchTab.ContextBindProgramStore = (ContextBindProgramStoreFnPtr)dlsym(handle, "rsContextBindPr… in loadSymbols()
125dispatchTab.ContextBindProgramFragment = (ContextBindProgramFragmentFnPtr)dlsym(handle, "rsContext… in loadSymbols()
126dispatchTab.ContextBindProgramVertex = (ContextBindProgramVertexFnPtr)dlsym(handle, "rsContextBind… in loadSymbols()
127dispatchTab.ContextBindProgramRaster = (ContextBindProgramRasterFnPtr)dlsym(handle, "rsContextBind… in loadSymbols()
128 dispatchTab.ContextBindFont = (ContextBindFontFnPtr)dlsym(handle, "rsContextBindFont"); in loadSymbols()
129dispatchTab.ContextBindRootScript = (ContextBindRootScriptFnPtr)dlsym(handle, "rsContextBindRootSc… in loadSymbols()
131 dispatchTab.ProgramStoreCreate = (ProgramStoreCreateFnPtr)dlsym(handle, "rsProgramStoreCreate"); in loadSymbols()
132dispatchTab.ProgramRasterCreate = (ProgramRasterCreateFnPtr)dlsym(handle, "rsProgramRasterCreate"); in loadSymbols()
133dispatchTab.ProgramBindConstants = (ProgramBindConstantsFnPtr)dlsym(handle, "rsProgramBindConstant… in loadSymbols()
134 dispatchTab.ProgramBindTexture = (ProgramBindTextureFnPtr)dlsym(handle, "rsProgramBindTexture"); in loadSymbols()
135 dispatchTab.ProgramBindSampler = (ProgramBindSamplerFnPtr)dlsym(handle, "rsProgramBindSampler"); in loadSymbols()
136dispatchTab.ProgramFragmentCreate = (ProgramFragmentCreateFnPtr)dlsym(handle, "rsProgramFragmentCr… in loadSymbols()
137dispatchTab.ProgramVertexCreate = (ProgramVertexCreateFnPtr)dlsym(handle, "rsProgramVertexCreate"); in loadSymbols()
138 dispatchTab.FontCreateFromFile = (FontCreateFromFileFnPtr)dlsym(handle, "rsFontCreateFromFile"); in loadSymbols()
139dispatchTab.FontCreateFromMemory = (FontCreateFromMemoryFnPtr)dlsym(handle, "rsFontCreateFromMemor… in loadSymbols()
140 dispatchTab.MeshCreate = (MeshCreateFnPtr)dlsym(handle, "rsMeshCreate"); in loadSymbols()
141dispatchTab.MeshGetVertexBufferCount = (MeshGetVertexBufferCountFnPtr)dlsym(handle, "rsaMeshGetVer… in loadSymbols()
142 dispatchTab.MeshGetIndexCount = (MeshGetIndexCountFnPtr)dlsym(handle, "rsaMeshGetIndexCount"); in loadSymbols()
143 dispatchTab.MeshGetVertices = (MeshGetVerticesFnPtr)dlsym(handle, "rsaMeshGetVertices"); in loadSymbols()
144 dispatchTab.MeshGetIndices = (MeshGetIndicesFnPtr)dlsym(handle, "rsaMeshGetIndices"); in loadSymbols()
145dispatchTab.FileA3DGetEntryByIndex = (FileA3DGetEntryByIndexFnPtr)dlsym(handle, "rsaFileA3DGetEntr… in loadSymbols()
146dispatchTab.FileA3DGetNumIndexEntries = (FileA3DGetNumIndexEntriesFnPtr)dlsym(handle, "rsaFileA3DG… in loadSymbols()
147dispatchTab.FileA3DGetIndexEntries = (FileA3DGetIndexEntriesFnPtr)dlsym(handle, "rsaFileA3DGetInde… in loadSymbols()
148dispatchTab.FileA3DCreateFromMemory = (FileA3DCreateFromMemoryFnPtr)dlsym(handle, "rsaFileA3DCreat… in loadSymbols()
149dispatchTab.FileA3DCreateFromAsset = (FileA3DCreateFromAssetFnPtr)dlsym(handle, "rsaFileA3DCreateF… in loadSymbols()
150dispatchTab.FileA3DCreateFromFile = (FileA3DCreateFromFileFnPtr)dlsym(handle, "rsaFileA3DCreateFro… in loadSymbols()
155 if (dispatchTab.AllocationGetType == nullptr) { in loadSymbols()
159 if (dispatchTab.TypeGetNativeData == nullptr) { in loadSymbols()
163 if (dispatchTab.ElementGetNativeData == nullptr) { in loadSymbols()
167 if (dispatchTab.ElementGetSubElements == nullptr) { in loadSymbols()
171 if (dispatchTab.DeviceCreate == nullptr) { in loadSymbols()
175 if (dispatchTab.DeviceDestroy == nullptr) { in loadSymbols()
179 if (dispatchTab.DeviceSetConfig == nullptr) { in loadSymbols()
183 if (dispatchTab.ContextCreate == nullptr) { in loadSymbols()
187 if (dispatchTab.GetName == nullptr) { in loadSymbols()
191 if (dispatchTab.ContextDestroy == nullptr) { in loadSymbols()
195 if (dispatchTab.ContextGetMessage == nullptr) { in loadSymbols()
199 if (dispatchTab.ContextPeekMessage == nullptr) { in loadSymbols()
203 if (dispatchTab.ContextSendMessage == nullptr) { in loadSymbols()
207 if (dispatchTab.ContextInitToClient == nullptr) { in loadSymbols()
211 if (dispatchTab.ContextDeinitToClient == nullptr) { in loadSymbols()
215 if (dispatchTab.TypeCreate == nullptr) { in loadSymbols()
219 if (dispatchTab.AllocationCreateTyped == nullptr) { in loadSymbols()
223 if (dispatchTab.AllocationCreateFromBitmap == nullptr) { in loadSymbols()
227 if (dispatchTab.AllocationCubeCreateFromBitmap == nullptr) { in loadSymbols()
231 if (dispatchTab.AllocationGetSurface == nullptr) { in loadSymbols()
235 if (dispatchTab.AllocationSetSurface == nullptr) { in loadSymbols()
239 if (dispatchTab.ContextFinish == nullptr) { in loadSymbols()
243 if (dispatchTab.ContextDump == nullptr) { in loadSymbols()
247 if (dispatchTab.ContextSetPriority == nullptr) { in loadSymbols()
251 if (dispatchTab.AssignName == nullptr) { in loadSymbols()
255 if (dispatchTab.ObjDestroy == nullptr) { in loadSymbols()
259 if (dispatchTab.ElementCreate == nullptr) { in loadSymbols()
263 if (dispatchTab.ElementCreate2 == nullptr) { in loadSymbols()
267 if (dispatchTab.AllocationCopyToBitmap == nullptr) { in loadSymbols()
271 if (dispatchTab.Allocation1DData == nullptr) { in loadSymbols()
275 if (dispatchTab.Allocation1DElementData == nullptr) { in loadSymbols()
279 if (dispatchTab.Allocation2DData == nullptr) { in loadSymbols()
283 if (dispatchTab.Allocation3DData == nullptr) { in loadSymbols()
287 if (dispatchTab.AllocationGenerateMipmaps == nullptr) { in loadSymbols()
291 if (dispatchTab.AllocationRead == nullptr) { in loadSymbols()
295 if (dispatchTab.Allocation1DRead == nullptr) { in loadSymbols()
299 if (dispatchTab.Allocation2DRead == nullptr) { in loadSymbols()
303 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
307 if (dispatchTab.AllocationResize1D == nullptr) { in loadSymbols()
311 if (dispatchTab.AllocationCopy2DRange == nullptr) { in loadSymbols()
315 if (dispatchTab.AllocationCopy3DRange == nullptr) { in loadSymbols()
319 if (dispatchTab.SamplerCreate == nullptr) { in loadSymbols()
323 if (dispatchTab.ScriptBindAllocation == nullptr) { in loadSymbols()
327 if (dispatchTab.ScriptSetTimeZone == nullptr) { in loadSymbols()
331 if (dispatchTab.ScriptInvoke == nullptr) { in loadSymbols()
335 if (dispatchTab.ScriptInvokeV == nullptr) { in loadSymbols()
339 if (dispatchTab.ScriptForEach == nullptr) { in loadSymbols()
343 if (dispatchTab.ScriptSetVarI == nullptr) { in loadSymbols()
347 if (dispatchTab.ScriptSetVarObj == nullptr) { in loadSymbols()
351 if (dispatchTab.ScriptSetVarJ == nullptr) { in loadSymbols()
355 if (dispatchTab.ScriptSetVarF == nullptr) { in loadSymbols()
359 if (dispatchTab.ScriptSetVarD == nullptr) { in loadSymbols()
363 if (dispatchTab.ScriptSetVarV == nullptr) { in loadSymbols()
367 if (dispatchTab.ScriptGetVarV == nullptr) { in loadSymbols()
371 if (dispatchTab.ScriptSetVarVE == nullptr) { in loadSymbols()
375 if (dispatchTab.ScriptCCreate == nullptr) { in loadSymbols()
379 if (dispatchTab.ScriptIntrinsicCreate == nullptr) { in loadSymbols()
383 if (dispatchTab.ScriptKernelIDCreate == nullptr) { in loadSymbols()
387 if (dispatchTab.ScriptFieldIDCreate == nullptr) { in loadSymbols()
391 if (dispatchTab.ScriptGroupCreate == nullptr) { in loadSymbols()
395 if (dispatchTab.ScriptGroupSetOutput == nullptr) { in loadSymbols()
399 if (dispatchTab.ScriptGroupSetInput == nullptr) { in loadSymbols()
403 if (dispatchTab.ScriptGroupExecute == nullptr) { in loadSymbols()
407 if (dispatchTab.AllocationIoSend == nullptr) { in loadSymbols()
411 if (dispatchTab.AllocationIoReceive == nullptr) { in loadSymbols()
417 if (dispatchTab.AllocationGetPointer == nullptr) { in loadSymbols()
425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) { in loadSymbols()
429 if (dispatchTab.ClosureCreate == nullptr) { in loadSymbols()
433 if (dispatchTab.InvokeClosureCreate == nullptr) { in loadSymbols()
437 if (dispatchTab.ClosureSetArg == nullptr) { in loadSymbols()
441 if (dispatchTab.ClosureSetGlobal == nullptr) { in loadSymbols()
445 if (dispatchTab.ScriptGroup2Create == nullptr) { in loadSymbols()
449 if (dispatchTab.AllocationElementData == nullptr) { in loadSymbols()
453 if (dispatchTab.AllocationElementRead == nullptr) { in loadSymbols()
457 if (dispatchTab.Allocation3DRead == nullptr) { in loadSymbols()
461 if (dispatchTab.ScriptForEachMulti == nullptr) { in loadSymbols()
468 if (dispatchTab.ScriptReduce == nullptr) { in loadSymbols()