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

/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc26 context_ = CreateContext();
108 const GLContext EGLInterface::CreateContext() { function in class:EGLInterface
H A Dglx_stuff.cc38 context_ = CreateContext();
96 const GLContext GLXInterface::CreateContext() { function in class:GLXInterface
H A Dwaffle_stuff.cc151 context_ = CreateContext();
187 const GLContext WaffleInterface::CreateContext() { function in class:WaffleInterface
/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/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp109 GalliumContext::CreateContext(Bitmap *bitmap) function in class:GalliumContext
/external/mesa3d/src/egl/main/
H A Deglapi.h70 _EGLContext *(*CreateContext)(_EGLDriver *drv, _EGLDisplay *dpy, member in struct:_egl_api
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h77 * dri_util.c which in turn will jump through the \a CreateContext pointer in
85 GLboolean (*CreateContext)(gl_api api, member in struct:__DriverAPIRec
/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/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp671 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) function in namespace:egl
/external/mesa3d/src/glx/
H A Dglxcmds.c278 CreateContext(Display *dpy, int generic_id, struct glx_config *config, function
431 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
1652 return CreateContext(dpy, config->fbconfigID, config, shareList,
2026 gc = CreateContext(dpy, config->fbconfigID, config, shareList,
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_driver.cc481 /* static */ port::Status CUDADriver::CreateContext( function in class:perftools::gputools::cuda::CUDADriver
/external/boringssl/src/ssl/
H A Dssl_test.cc1583 bssl::UniquePtr<SSL_CTX> CreateContext() const { function in class:bssl::__anon1019::SSLVersionTest
1596 client_ctx_ = CreateContext();
1598 server_ctx_ = CreateContext();
2520 bssl::UniquePtr<SSL_CTX> server_ctx2 = CreateContext();
/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));
3069 m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr<GLES2ThreadTest::GLES2Context>(), contex1));
3070 m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex1, contex2));

Completed in 1642 milliseconds