Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglContext.cpp21 unsigned int EglContext::s_nextContextHndl = 0;
25 bool EglContext::usingSurface(SurfacePtr surface) { in usingSurface()
29 EglContext::EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context, in EglContext() function in EglContext
46 EglContext::~EglContext() in ~EglContext()
65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces()
71 bool EglContext::getAttrib(EGLint attrib,EGLint* value) { in getAttrib()
82 bool EglContext::attachImage(unsigned int imageId,ImagePtr img){ in attachImage()
90 void EglContext::detachImage(unsigned int imageId){ in detachImage()
DEglContext.h32 class EglContext; variable
33 typedef emugl::SmartPtr<EglContext> ContextPtr;
37 class EglContext {
41EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* conf…
56 ~EglContext();
DAndroid.mk29 EglContext.cpp \
DEglImp.cpp652 …ContextPtr ctx(new EglContext(dpy, nativeContext,sharedCtxPtr,cfg,glesCtx,version,dpy->getManager(… in eglCreateContext()