Lines Matching refs:EGLFuncPointer

60     EGLFuncPointer x[kFuncCount];
61 EGLFuncPointer& operator[](int i) { return x[i]; } in operator []()
77 EGLFuncPointer val; in getNextLayerProcAddress()
90 EGLFuncPointer gpaNext = (*next_layer_funcs)[gpaIndex]; in getNextLayerProcAddress()
99 val = reinterpret_cast<EGLFuncPointer>(next(name)); in getNextLayerProcAddress()
118 void SetupFuncMaps(FunctionTable& functions, char const* const* entries, EGLFuncPointer* curr, in SetupFuncMaps()
178 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer()
179 EGLFuncPointer next) { in ApplyLayer()
183 EGLFuncPointer layer_entry = next; in ApplyLayer()
195 EGLFuncPointer LayerLoader::ApplyLayers(const char* name, EGLFuncPointer next) { in ApplyLayers()
201 EGLFuncPointer val = next; in ApplyLayers()
215 void LayerLoader::LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerPlatformEntries()
220 EGLFuncPointer prev = *curr; in LayerPlatformEntries()
239 void LayerLoader::LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerDriverEntries()
243 EGLFuncPointer prev = *curr; in LayerDriverEntries()
284 EGLFuncPointer* curr; in InitLayers()
287 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->platform); in InitLayers()
292 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->egl); in InitLayers()
297 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
311 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->platform); in InitLayers()
319 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->egl); in InitLayers()
331 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()