HomeSort by relevance Sort by last modified time
    Searched refs:ContextPtr (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.h 27 void updateInfo(ContextPtr eglctx,
33 ContextPtr eglContext;
EglDisplay.h 34 typedef std::map< unsigned int, ContextPtr> ContextsHndlMap;
54 EGLContext addContext(ContextPtr ctx );
55 ContextPtr getContext(EGLContext ctx);
57 bool removeContext(ContextPtr ctx);
EglThreadInfo.h 31 void destroyContextIfNotCurrent(ContextPtr context );
EglContext.h 33 typedef SmartPtr<EglContext> ContextPtr;
41 EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr);
ThreadInfo.cpp 20 void ThreadInfo::updateInfo(ContextPtr eglCtx,
EglContext.cpp 29 EglContext::EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,
EglDisplay.cpp 152 ContextPtr EglDisplay::getContext(EGLContext ctx) {
154 /* ctx is "key" in map<unsigned int, ContextPtr>. */
159 ContextPtr(NULL);
193 /* ctx is "key" in map<unsigned int, ContextPtr>. */
203 bool EglDisplay::removeContext(ContextPtr ctx) {
273 EGLContext EglDisplay::addContext(ContextPtr ctx ) {
EglImp.cpp 120 ContextPtr ctx = dpy->getContext(EGLContext); \
637 ContextPtr sharedCtxPtr;
651 ContextPtr ctx(new EglContext(dpy, nativeContext,sharedCtxPtr,cfg,glesCtx,version,dpy->getManager(version)));
679 ContextPtr prevCtx = thread->eglContext;
687 thread->updateInfo(ContextPtr(NULL),dpy,NULL,ShareGroupPtr(NULL),dpy->getManager(prevCtx->version()));
696 ContextPtr newCtx = ctx;
779 ContextPtr currentCtx = thread->eglContext;
798 ContextPtr currCtx = thread->eglContext;
814 ContextPtr ctx = thread->eglContext;
832 ContextPtr ctx = thread->eglContext
    [all...]

Completed in 1338 milliseconds