Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.h108 struct EGLDispatchTable;
109 EGLDispatchTable *mFnPtrs;
DFunctionsEGL.cpp37 struct FunctionsEGL::EGLDispatchTable struct in rx::FunctionsEGL
39 EGLDispatchTable() in EGLDispatchTable() function
145 : majorVersion(0), minorVersion(0), mFnPtrs(new EGLDispatchTable()), mEGLDisplay(EGL_NO_DISPLAY) in FunctionsEGL()