Searched refs:EGLDispatch (Results 1 – 16 of 16) sorted by relevance
24 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in getDisplay()44 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in createConfig()72 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in pbufferSurface()88 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in createContext()96 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in destroyContext()103 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in destroySurface()110 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in destroyDisplay()120 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()135 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in TearDown()
24 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in TEST_F()
212 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in saveSnapshot()241 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in loadSnapshot()
480 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()
69 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()
34 struct EGLDispatch { struct41 extern EGLDispatch s_egl;
22 EGLDispatch s_egl;
52 struct EGLDispatch { struct64 extern EGLDispatch s_egl;
54 static const EGLDispatch* get();
3 EGLDispatch.cpp
21 EGLDispatch s_egl;
24 "EGLDispatch.cpp",
72 const EGLDispatch* LazyLoadedEGLDispatch::get() { in get()
195 const EGLDispatch* egl = emugl::LazyLoadedEGLDispatch::get(); in cleanup()269 const EGLDispatch* egl = emugl::LazyLoadedEGLDispatch::get(); in initSyncEGLContext()
89 static const EGLDispatch* sEgl = nullptr;187 sEgl = (EGLDispatch*)eglDispatch; in android_setOpenglesEmulation()
185 "OpenGLESDispatch/EGLDispatch.cpp",