Lines Matching refs:FunctionLoader
146 struct FunctionLoader {
147 FunctionLoader() : pfn(nullptr) {}
170 FunctionLoader<GRALLOC1_PFN_DUMP, GRALLOC1_FUNCTION_DUMP> dump;
171 FunctionLoader<GRALLOC1_PFN_CREATE_DESCRIPTOR,
173 FunctionLoader<GRALLOC1_PFN_DESTROY_DESCRIPTOR,
175 FunctionLoader<GRALLOC1_PFN_SET_CONSUMER_USAGE,
177 FunctionLoader<GRALLOC1_PFN_SET_DIMENSIONS,
179 FunctionLoader<GRALLOC1_PFN_SET_FORMAT,
181 FunctionLoader<GRALLOC1_PFN_SET_PRODUCER_USAGE,
183 FunctionLoader<GRALLOC1_PFN_GET_BACKING_STORE,
185 FunctionLoader<GRALLOC1_PFN_GET_CONSUMER_USAGE,
187 FunctionLoader<GRALLOC1_PFN_GET_DIMENSIONS,
189 FunctionLoader<GRALLOC1_PFN_GET_FORMAT,
191 FunctionLoader<GRALLOC1_PFN_GET_PRODUCER_USAGE,
193 FunctionLoader<GRALLOC1_PFN_GET_STRIDE,
195 FunctionLoader<GRALLOC1_PFN_ALLOCATE,
197 FunctionLoader<GRALLOC1_PFN_RETAIN,
199 FunctionLoader<GRALLOC1_PFN_RELEASE,
201 FunctionLoader<GRALLOC1_PFN_GET_NUM_FLEX_PLANES,
203 FunctionLoader<GRALLOC1_PFN_LOCK,
205 FunctionLoader<GRALLOC1_PFN_LOCK_FLEX,
207 FunctionLoader<GRALLOC1_PFN_LOCK_YCBCR,
209 FunctionLoader<GRALLOC1_PFN_UNLOCK,
213 FunctionLoader<GRALLOC1_PFN_RETAIN_GRAPHIC_BUFFER,
215 FunctionLoader<GRALLOC1_PFN_ALLOCATE_WITH_ID,