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

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc27 gin::Handle<Context> CreateContext(const gin::Arguments& args, uint64_t encoded, function in namespace:mojo::js::gl::__anon9033
40 .SetMethod("Context", CreateContext)
/external/chromium_org/mojo/services/gles2/
H A Dgles2_impl.cc26 void GLES2Impl::CreateContext(gfx::AcceleratedWidget widget, function in class:mojo::services::GLES2Impl
29 gl_context_.reset(gpu::GLInProcessContext::CreateContext(
/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc127 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateContext() { function in class:content::BrowserGpuChannelHostFactoryTest
189 ContextProviderCommandBuffer::Create(CreateContext(),
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_factory_impl.cc33 scoped_ptr<gpu::GLInProcessContext> CreateContext( function in namespace:content::__anon7905
132 CreateContext(NULL, NULL, NULL);
163 CreateContext(new gfx::GLSurfaceStub, service_, NULL);
187 WrapContext(CreateContext(
232 CreateContext(new gfx::GLSurfaceStub,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h87 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { function in struct:clang::ento::ProgramStatePartialTrait
138 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { function in struct:clang::ento::ProgramStatePartialTrait
177 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { function in struct:clang::ento::ProgramStatePartialTrait
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc310 GLInProcessContext* GLInProcessContext::CreateContext( function in class:gpu::GLInProcessContext
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc220 EGLContext Display::CreateContext(EGLConfig config, function in class:egl::Display
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc53 void CreateContext(const pp::Size& size);
98 CreateContext(position.size());
167 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.cc67 if (!CreateContext(new_size))
112 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/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/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.cpp493 void *(*CreateContext)(llvm::BumpPtrAllocator&),
498 p.first = CreateContext(Alloc);
492 FindGDMContext(void *K, void *(*CreateContext)(llvm::BumpPtrAllocator&), void (*DeleteContext)(void*)) argument
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc249 if (!CreateContext(surface_id_ != 0)) {
352 bool WebGraphicsContext3DCommandBufferImpl::CreateContext( function in class:content::WebGraphicsContext3DCommandBufferImpl
/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,

Completed in 540 milliseconds