Home
last modified time | relevance | path

Searched defs:WglBaseDispatch (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp148 struct WglBaseDispatch { struct
156 bool mIsSystemLib = false;
159 WglBaseDispatch() : in WglBaseDispatch() function
167 WglBaseDispatch(const WglBaseDispatch& other) : in WglBaseDispatch() function
184 bool init(SharedLibrary* glLib, bool systemLib) { in init()
234 GlFunctionPointer findFunction(const char* functionName) const { in findFunction()