Home
last modified time | relevance | path

Searched refs:EglContext (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp26 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()
DEglContext.h33 class EglContext; variable
34 typedef std::shared_ptr<EglContext> ContextPtr;
38 class EglContext {
40 EglContext(EglDisplay* dpy,
60 ~EglContext();
DAndroid.bp31 "EglContext.cpp",
Dmeson.build7 'EglContext.cpp',
DCMakeLists.txt4 EglContext.cpp
DEglImp.cpp1022 ContextPtr ctx(new EglContext(dpy, shareGroupId, cfg, in eglCreateOrLoadContext()
/hardware/google/gfxstream/host/gl/
DBUILD.bazel62 "glestranslator/EGL/EglContext.cpp",