Searched defs:CreateContext (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { function in struct:clang::ento::ProgramStatePartialTrait
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { function in struct:clang::ento::ProgramStatePartialTrait
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { function in struct:clang::ento::ProgramStatePartialTrait
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h76 * dri_util.c which in turn will jump through the \a CreateContext pointer in
84 GLboolean (*CreateContext)(gl_api api, member in struct:__DriverAPIRec
/external/mesa3d/src/egl/main/
H A Deglapi.h143 CreateContext_t CreateContext; member in struct:_egl_api
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); member in struct:_glxapi_table
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp472 void *(*CreateContext)(llvm::BumpPtrAllocator&),
477 p.first = CreateContext(Alloc);
471 FindGDMContext(void *K, void *(*CreateContext)(llvm::BumpPtrAllocator&), void (*DeleteContext)(void*)) argument
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp26 CJBig2_Context *CJBig2_Context::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength, function in class:CJBig2_Context
/external/mesa3d/src/glx/
H A Dglxcmds.c254 CreateContext(Display *dpy, int generic_id, struct glx_config *config, function
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
1647 return CreateContext(dpy, config->fbconfigID, config, shareList,
2008 gc = CreateContext(dpy, config->fbconfigID, config, shareList,
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp570 class CreateContext : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
573 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context) function in class:deqp::egl::GLES2ThreadTest::CreateContext
585 : tcu::ThreadUtil::Operation ("CreateContext")
597 void CreateContext::exec (tcu::ThreadUtil::Thread& t)
2175 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, shared, context));
3054 m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr<GLES2ThreadTest::GLES2Context>(), contex1));
3055 m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex1, contex2));

Completed in 299 milliseconds