Home | History | Annotate | Download | only in rs

Lines Matching refs:mEntryFuncs

57 dispatchTable RsHidlAdaptation::mEntryFuncs;
84 return &mEntryFuncs;
89 mEntryFuncs.Allocation1DData = Allocation1DData;
90 mEntryFuncs.Allocation1DElementData = Allocation1DElementData;
91 mEntryFuncs.Allocation1DRead = Allocation1DRead;
92 mEntryFuncs.Allocation2DData = Allocation2DData;
93 mEntryFuncs.Allocation2DRead = Allocation2DRead;
94 mEntryFuncs.Allocation3DData = Allocation3DData;
95 mEntryFuncs.Allocation3DRead = Allocation3DRead;
96 mEntryFuncs.AllocationAdapterCreate = AllocationAdapterCreate;
97 mEntryFuncs.AllocationAdapterOffset = AllocationAdapterOffset;
98 mEntryFuncs.AllocationCopy2DRange = AllocationCopy2DRange;
99 mEntryFuncs.AllocationCopy3DRange = AllocationCopy3DRange;
100 mEntryFuncs.AllocationCopyToBitmap = AllocationCopyToBitmap;
101 mEntryFuncs.AllocationCreateFromBitmap = AllocationCreateFromBitmap;
102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped;
103 mEntryFuncs.AllocationCubeCreateFromBitmap = AllocationCubeCreateFromBitmap;
104 mEntryFuncs.AllocationElementData = AllocationElementData;
105 mEntryFuncs.AllocationElementRead = AllocationElementRead;
106 mEntryFuncs.AllocationGenerateMipmaps = AllocationGenerateMipmaps;
107 mEntryFuncs.AllocationGetPointer = AllocationGetPointer;
108 mEntryFuncs.AllocationGetSurface = AllocationGetSurface;
109 mEntryFuncs.AllocationGetType = AllocationGetType;
110 mEntryFuncs.AllocationIoReceive = AllocationIoReceive;
111 mEntryFuncs.AllocationIoSend = AllocationIoSend;
112 mEntryFuncs.AllocationRead = AllocationRead;
113 mEntryFuncs.AllocationResize1D = AllocationResize1D;
114 mEntryFuncs.AllocationSetSurface = AllocationSetSurface;
115 mEntryFuncs.AllocationSetupBufferQueue = AllocationSetupBufferQueue;
116 mEntryFuncs.AllocationShareBufferQueue = AllocationShareBufferQueue;
117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll;
118 mEntryFuncs.AssignName = AssignName;
119 mEntryFuncs.ClosureCreate = ClosureCreate;
120 mEntryFuncs.ClosureSetArg = ClosureSetArg;
121 mEntryFuncs.ClosureSetGlobal = ClosureSetGlobal;
122 mEntryFuncs.ContextCreate = ContextCreate;
123 mEntryFuncs.ContextDeinitToClient = ContextDeinitToClient;
124 mEntryFuncs.ContextDestroy = ContextDestroy;
125 mEntryFuncs.ContextDump = ContextDump;
126 mEntryFuncs.ContextFinish = ContextFinish;
127 mEntryFuncs.ContextGetMessage = ContextGetMessage;
128 mEntryFuncs.ContextInitToClient = ContextInitToClient;
129 mEntryFuncs.ContextPeekMessage = ContextPeekMessage;
130 mEntryFuncs.ContextSendMessage = ContextSendMessage;
131 mEntryFuncs.ContextSetCacheDir = ContextSetCacheDir;
132 mEntryFuncs.ContextSetPriority = ContextSetPriority;
133 mEntryFuncs.ElementCreate = ElementCreate;
134 mEntryFuncs.ElementCreate2 = ElementCreate2;
135 mEntryFuncs.ElementGetNativeData = ElementGetNativeData;
136 mEntryFuncs.ElementGetSubElements = ElementGetSubElements;
137 mEntryFuncs.GetName = GetName;
138 mEntryFuncs.InvokeClosureCreate = InvokeClosureCreate;
139 mEntryFuncs.ObjDestroy = ObjDestroy;
140 mEntryFuncs.SamplerCreate = SamplerCreate;
141 mEntryFuncs.ScriptBindAllocation = ScriptBindAllocation;
142 mEntryFuncs.ScriptCCreate = ScriptCCreate;
143 mEntryFuncs.ScriptFieldIDCreate = ScriptFieldIDCreate;
144 mEntryFuncs.ScriptForEach = ScriptForEach;
145 mEntryFuncs.ScriptForEachMulti = ScriptForEachMulti;
146 mEntryFuncs.ScriptGetVarV = ScriptGetVarV;
147 mEntryFuncs.ScriptGroup2Create = ScriptGroup2Create;
148 mEntryFuncs.ScriptGroupCreate = ScriptGroupCreate;
149 mEntryFuncs.ScriptGroupExecute = ScriptGroupExecute;
150 mEntryFuncs.ScriptGroupSetInput = ScriptGroupSetInput;
151 mEntryFuncs.ScriptGroupSetOutput = ScriptGroupSetOutput;
152 mEntryFuncs.ScriptIntrinsicCreate = ScriptIntrinsicCreate;
153 mEntryFuncs.ScriptInvoke = ScriptInvoke;
154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate;
155 mEntryFuncs.ScriptInvokeV = ScriptInvokeV;
156 mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate;
157 mEntryFuncs.ScriptReduce = ScriptReduce;
158 mEntryFuncs.ScriptSetTimeZone = ScriptSetTimeZone;
159 mEntryFuncs.ScriptSetVarD = ScriptSetVarD;
160 mEntryFuncs.ScriptSetVarF = ScriptSetVarF;
161 mEntryFuncs.ScriptSetVarI = ScriptSetVarI;
162 mEntryFuncs.ScriptSetVarJ = ScriptSetVarJ;
163 mEntryFuncs.ScriptSetVarObj = ScriptSetVarObj;
164 mEntryFuncs.ScriptSetVarV = ScriptSetVarV;
165 mEntryFuncs.ScriptSetVarVE = ScriptSetVarVE;
166 mEntryFuncs.TypeCreate = TypeCreate;
167 mEntryFuncs.TypeGetNativeData = TypeGetNativeData;
183 mEntryFuncs = *(fallbackInstance.GetEntryFuncs());