Lines Matching defs:dispatchTable

141 struct dispatchTable {  struct
142 SetNativeLibDirFnPtr SetNativeLibDir;
145 Allocation1DDataFnPtr Allocation1DData;
146 Allocation1DElementDataFnPtr Allocation1DElementData;
147 Allocation1DReadFnPtr Allocation1DRead;
148 Allocation2DDataFnPtr Allocation2DData;
149 Allocation2DReadFnPtr Allocation2DRead;
150 Allocation3DDataFnPtr Allocation3DData;
151 Allocation3DReadFnPtr Allocation3DRead;
152 AllocationAdapterCreateFnPtr AllocationAdapterCreate;
153 AllocationAdapterOffsetFnPtr AllocationAdapterOffset;
154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange;
155 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
156 AllocationCopyToBitmapFnPtr AllocationCopyToBitmap;
157 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap;
158 AllocationCreateStridedFnPtr AllocationCreateStrided;
159 AllocationCreateTypedFnPtr AllocationCreateTyped;
160 AllocationCubeCreateFromBitmapFnPtr AllocationCubeCreateFromBitmap;
161 AllocationElementDataFnPtr AllocationElementData;
162 AllocationElementReadFnPtr AllocationElementRead;
163 AllocationGenerateMipmapsFnPtr AllocationGenerateMipmaps;
164 AllocationGetPointerFnPtr AllocationGetPointer;
165 AllocationGetSurfaceFnPtr AllocationGetSurface;
166 AllocationGetTypeFnPtr AllocationGetType;
167 AllocationIoReceiveFnPtr AllocationIoReceive;
168 AllocationIoSendFnPtr AllocationIoSend;
169 AllocationReadFnPtr AllocationRead;
170 AllocationResize1DFnPtr AllocationResize1D;
171 AllocationSetSurfaceFnPtr AllocationSetSurface;
172 AllocationSyncAllFnPtr AllocationSyncAll;
173 AllocationSetupBufferQueueFnPtr AllocationSetupBufferQueue;
174 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue;
175 AssignNameFnPtr AssignName;
176 ClosureCreateFnPtr ClosureCreate;
177 ClosureSetArgFnPtr ClosureSetArg;
178 ClosureSetGlobalFnPtr ClosureSetGlobal;
179 ContextCreateFnPtr ContextCreate;
180 ContextCreateVendorFnPtr ContextCreateVendor;
181 ContextDeinitToClientFnPtr ContextDeinitToClient;
182 ContextDestroyFnPtr ContextDestroy;
183 ContextDumpFnPtr ContextDump;
184 ContextFinishFnPtr ContextFinish;
185 ContextGetMessageFnPtr ContextGetMessage;
186 ContextInitToClientFnPtr ContextInitToClient;
187 ContextPeekMessageFnPtr ContextPeekMessage;
188 ContextSendMessageFnPtr ContextSendMessage;
189 ContextSetPriorityFnPtr ContextSetPriority;
190 ContextSetCacheDirFnPtr ContextSetCacheDir;
191 DeviceCreateFnPtr DeviceCreate;
192 DeviceDestroyFnPtr DeviceDestroy;
193 DeviceSetConfigFnPtr DeviceSetConfig;
194 ElementCreate2FnPtr ElementCreate2;
195 ElementCreateFnPtr ElementCreate;
196 ElementGetNativeDataFnPtr ElementGetNativeData;
197 ElementGetSubElementsFnPtr ElementGetSubElements;
198 GetNameFnPtr GetName;
199 InvokeClosureCreateFnPtr InvokeClosureCreate;
200 ObjDestroyFnPtr ObjDestroy;
201 SamplerCreateFnPtr SamplerCreate;
202 ScriptBindAllocationFnPtr ScriptBindAllocation;
203 ScriptCCreateFnPtr ScriptCCreate;
204 ScriptFieldIDCreateFnPtr ScriptFieldIDCreate;
205 ScriptForEachFnPtr ScriptForEach;
206 ScriptForEachMultiFnPtr ScriptForEachMulti;
207 ScriptGetVarVFnPtr ScriptGetVarV;
208 ScriptGroup2CreateFnPtr ScriptGroup2Create;
209 ScriptGroupCreateFnPtr ScriptGroupCreate;
210 ScriptGroupExecuteFnPtr ScriptGroupExecute;
211 ScriptGroupSetInputFnPtr ScriptGroupSetInput;
212 ScriptGroupSetOutputFnPtr ScriptGroupSetOutput;
213 ScriptIntrinsicCreateFnPtr ScriptIntrinsicCreate;
214 ScriptInvokeFnPtr ScriptInvoke;
215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate;
216 ScriptInvokeVFnPtr ScriptInvokeV;
217 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate;
218 ScriptReduceFnPtr ScriptReduce;
219 ScriptSetTimeZoneFnPtr ScriptSetTimeZone;
220 ScriptSetVarDFnPtr ScriptSetVarD;
221 ScriptSetVarFFnPtr ScriptSetVarF;
222 ScriptSetVarIFnPtr ScriptSetVarI;
223 ScriptSetVarJFnPtr ScriptSetVarJ;
224 ScriptSetVarObjFnPtr ScriptSetVarObj;
225 ScriptSetVarVEFnPtr ScriptSetVarVE;
226 ScriptSetVarVFnPtr ScriptSetVarV;
227 TypeCreateFnPtr TypeCreate;
228 TypeGetNativeDataFnPtr TypeGetNativeData;
231 ContextCreateGLFnPtr ContextCreateGL;
232 ContextPauseFnPtr ContextPause;
233 ContextResumeFnPtr ContextResume;
234 ContextBindProgramStoreFnPtr ContextBindProgramStore;
235 ContextBindProgramFragmentFnPtr ContextBindProgramFragment;
236 ContextBindProgramVertexFnPtr ContextBindProgramVertex;
237 ContextBindProgramRasterFnPtr ContextBindProgramRaster;
238 ContextBindFontFnPtr ContextBindFont;
239 ContextSetSurfaceFnPtr ContextSetSurface;
263 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int device_api = 0); argument