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

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc25 gin::Handle<Context> CreateContext( function in namespace:mojo::js::gl::__anon8714
40 .SetMethod("Context", CreateContext)
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.cc39 scoped_refptr<cc::ContextProvider> CreateContext( function in namespace:android_webview::__anon1795
258 CreateContext(gl_surface_,
/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc119 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateContext() { function in class:content::BrowserGpuChannelHostFactoryTest
175 ContextProviderCommandBuffer::Create(CreateContext(),
/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/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_factory_impl.cc62 scoped_ptr<gpu::GLInProcessContext> CreateContext( function in namespace:content::__anon6970
211 WrapContext(CreateContext(service_, mem_limits)),
281 CreateContext(service_,
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc130 if (!CreateContext(surface_id_ != 0)) {
204 bool WebGraphicsContext3DCommandBufferImpl::CreateContext(bool onscreen) { function in class:content::WebGraphicsContext3DCommandBufferImpl
205 TRACE_EVENT0("gpu", "WebGfxCtx3DCmdBfrImpl::CreateContext");
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc218 EGLContext Display::CreateContext(EGLConfig config, function in class:egl::Display
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc54 void CreateContext(const pp::Size& size);
99 CreateContext(position.size());
168 void GamepadInstance::CreateContext(const pp::Size& size) { function in class:GamepadInstance
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
H A Dgraphics_2d.cc70 if (!CreateContext(new_size))
116 bool CreateContext(const pp::Size& new_size) { function in class:Graphics2DInstance
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_sample.cpp64 CreateContext(position.size());
126 void CreateContext(const pp::Size& size) { function in class:SkiaInstance
/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/skia/platform_tools/nacl/src/
H A Dnacl_sample.cpp64 CreateContext(position.size());
126 void CreateContext(const pp::Size& size) { function in class:SkiaInstance
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.h143 CreateContext_t CreateContext; member in struct:_egl_api
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.h66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); member in struct:_glxapi_table
/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.cpp14 CJBig2_Context *CJBig2_Context::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength, function in class:CJBig2_Context
/external/chromium_org/third_party/mesa/src/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/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.cpp593 class CreateContext : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
596 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
607 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context) function in class:deqp::egl::GLES2ThreadTest::CreateContext
608 : tcu::ThreadUtil::Operation ("CreateContext")
620 void CreateContext::exec (tcu::ThreadUtil::Thread& thread)
2195 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, shared, context));
3051 m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr<GLES2ThreadTest::GLES2Context>(), contex1));
3052 m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex1, contex2));

Completed in 4099 milliseconds