Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp27 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in getDisplay()
47 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in createConfig()
75 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in pbufferSurface()
91 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in createContext()
99 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in destroyContext()
106 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in destroySurface()
113 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in destroyDisplay()
128 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()
145 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in TearDown()
DOpenGL_unittest.cpp25 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in TEST_F()
DGLSnapshotTesting.cpp242 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in saveSnapshot()
271 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in loadSnapshot()
DFrameBuffer_unittest.cpp52 using gl::EGLDispatch;
76 const EGLDispatch* egl = LazyLoadedEGLDispatch::get(); in SetUp()
/hardware/google/gfxstream/include/OpenGLESDispatch/
DEGLDispatch.h55 struct EGLDispatch { struct
67 extern EGLDispatch s_egl;
DOpenGLDispatchLoader.h55 static const EGLDispatch* get();
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dmeson.build5 'EGLDispatch.cpp',
DCMakeLists.txt3 EGLDispatch.cpp
DEGLDispatch.cpp24 EGLDispatch s_egl;
DAndroid.bp28 "EGLDispatch.cpp",
DOpenGLDispatchLoader.cpp71 const EGLDispatch* LazyLoadedEGLDispatch::get() { in get()
/hardware/google/gfxstream/host/
DSyncThread.cpp43 using gl::EGLDispatch;
178 const EGLDispatch* egl = gl::LazyLoadedEGLDispatch::get(); in initSyncEGLContext()
360 const EGLDispatch* egl = gl::LazyLoadedEGLDispatch::get(); in cleanup()
DFrameBuffer.h668 const gl::EGLDispatch* getEglDispatch();
DFrameBuffer.cpp3859 const gl::EGLDispatch* FrameBuffer::getEglDispatch() { in getEglDispatch()
/hardware/google/gfxstream/host/gl/
DEmulationGl.h65 const EGLDispatch* getEglDispatch();
DBUILD.bazel232 "OpenGLESDispatch/EGLDispatch.cpp",
DEmulationGl.cpp547 const EGLDispatch* EmulationGl::getEglDispatch() { in getEglDispatch()
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp72 using gfxstream::gl::EGLDispatch;