Searched refs:EGLDispatchTable (Results 1 – 2 of 2) sorted by relevance
108 struct EGLDispatchTable;109 EGLDispatchTable *mFnPtrs;
37 struct FunctionsEGL::EGLDispatchTable struct in rx::FunctionsEGL39 EGLDispatchTable() in EGLDispatchTable() function145 : majorVersion(0), minorVersion(0), mFnPtrs(new EGLDispatchTable()), mEGLDisplay(EGL_NO_DISPLAY) in FunctionsEGL()