Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DOpenGLTestContext.cpp24 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()
DOpenGL_unittest.cpp24 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in TEST_F()
DGLSnapshotTesting.cpp212 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in saveSnapshot()
241 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in loadSnapshot()
DVulkan_unittest.cpp480 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()
DFrameBuffer_unittest.cpp69 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
DEGLDispatch.h34 struct EGLDispatch { struct
41 extern EGLDispatch s_egl;
DEGLDispatch.cpp22 EGLDispatch s_egl;
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/
DEGLDispatch.h52 struct EGLDispatch { struct
64 extern EGLDispatch s_egl;
DOpenGLDispatchLoader.h54 static const EGLDispatch* get();
DCMakeLists.txt3 EGLDispatch.cpp
DEGLDispatch.cpp21 EGLDispatch s_egl;
DAndroid.bp24 "EGLDispatch.cpp",
DOpenGLDispatchLoader.cpp72 const EGLDispatch* LazyLoadedEGLDispatch::get() { in get()
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.cpp195 const EGLDispatch* egl = emugl::LazyLoadedEGLDispatch::get(); in cleanup()
269 const EGLDispatch* egl = emugl::LazyLoadedEGLDispatch::get(); in initSyncEGLContext()
/device/generic/vulkan-cereal/host-common/
Dopengles.cpp89 static const EGLDispatch* sEgl = nullptr;
187 sEgl = (EGLDispatch*)eglDispatch; in android_setOpenglesEmulation()
/device/generic/opengl-transport/host/libs/virglrenderer/
DAndroid.bp185 "OpenGLESDispatch/EGLDispatch.cpp",