Lines Matching refs:EGLFuncPointer
60 EGLFuncPointer x[kFuncCount];
61 EGLFuncPointer& operator[](int i) { return x[i]; } in operator []()
77 EGLFuncPointer val; in getNextLayerProcAddress()
89 EGLFuncPointer gpaNext = (*next_layer_funcs)[gpaIndex]; in getNextLayerProcAddress()
97 val = reinterpret_cast<EGLFuncPointer>(next(name)); in getNextLayerProcAddress()
112 void SetupFuncMaps(FunctionTable& functions, char const* const* entries, EGLFuncPointer* curr, in SetupFuncMaps()
166 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer()
167 EGLFuncPointer next) { in ApplyLayer()
171 EGLFuncPointer layer_entry = next; in ApplyLayer()
183 EGLFuncPointer LayerLoader::ApplyLayers(const char* name, EGLFuncPointer next) { in ApplyLayers()
189 EGLFuncPointer val = next; in ApplyLayers()
203 void LayerLoader::LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerPlatformEntries()
208 EGLFuncPointer prev = *curr; in LayerPlatformEntries()
227 void LayerLoader::LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerDriverEntries()
231 EGLFuncPointer prev = *curr; in LayerDriverEntries()
272 EGLFuncPointer* curr; in InitLayers()
275 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->platform); in InitLayers()
280 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->egl); in InitLayers()
285 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
299 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->platform); in InitLayers()
307 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->egl); in InitLayers()
319 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()