HomeSort by relevance Sort by last modified time
    Searched full:shared_context (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 29 EglContext::EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,
40 m_shareGroup = shared_context.Ptr()?
41 mngr->attachShareGroup(context,shared_context->nativeType()):
EglContext.h 41 EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.h 48 bool shared_context; member in class:bcc::SourceInfo
67 SourceInfo() : module(NULL), shared_context(false) { }
SourceInfo.cpp 161 shared_context = true;
168 if (!shared_context)
179 if (!shared_context)

Completed in 355 milliseconds