Searched refs:EglContext (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglContext.cpp | 26 unsigned int EglContext::s_nextContextHndl = 0; 30 bool EglContext::usingSurface(SurfacePtr surface) { in usingSurface() 34 EglContext::EglContext(EglDisplay *dpy, in EglContext() function in EglContext 101 EglContext::~EglContext() in ~EglContext() 105 EglContext* rebindCtx = thread->eglContext.get(); in ~EglContext() 165 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces() 171 bool EglContext::getAttrib(EGLint attrib,EGLint* value) { in getAttrib() 182 void EglContext::onSave(android::base::Stream* stream) { in onSave() 201 void EglContext::postSave(android::base::Stream* stream) { in postSave()
|
D | EglContext.h | 33 class EglContext; variable 34 typedef std::shared_ptr<EglContext> ContextPtr; 38 class EglContext { 40 EglContext(EglDisplay* dpy, 60 ~EglContext();
|
D | Android.bp | 31 "EglContext.cpp",
|
D | meson.build | 7 'EglContext.cpp',
|
D | CMakeLists.txt | 4 EglContext.cpp
|
D | EglImp.cpp | 1022 ContextPtr ctx(new EglContext(dpy, shareGroupId, cfg, in eglCreateOrLoadContext()
|
/hardware/google/gfxstream/host/gl/ |
D | BUILD.bazel | 62 "glestranslator/EGL/EglContext.cpp",
|