Home
last modified time | relevance | path

Searched refs:FunctionTable (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp59 typedef struct FunctionTable { struct
62 } FunctionTable; typedef
71 std::vector<FunctionTable> layer_functions;
76 auto next_layer_funcs = reinterpret_cast<FunctionTable*>(layer_id); in getNextLayerProcAddress()
112 void SetupFuncMaps(FunctionTable& functions, char const* const* entries, EGLFuncPointer* curr, in SetupFuncMaps()