Searched defs:share_context (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d.cc35 const Graphics3D& share_context,
40 share_context.pp_resource(),
34 Graphics3D(const InstanceHandle& instance, const Graphics3D& share_context, const int32_t attrib_list[]) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcreate_context.c38 GLXContext share_context, Bool direct,
43 struct glx_context *const share = (struct glx_context *) share_context;
37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) argument
/external/mesa3d/src/glx/
H A Dcreate_context.c38 GLXContext share_context, Bool direct,
43 struct glx_context *const share = (struct glx_context *) share_context;
37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_3d_thunk.cc31 PP_Resource share_context,
38 share_context,
30 Create(PP_Instance instance, PP_Resource share_context, const int32_t attrib_list[]) argument
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc29 gfx::GLContext* share_context,
50 share_context ? share_context->share_group() : NULL;
28 Initialize( gfx::GLContext* share_context, bool allocate_fbo, gfx::GpuPreference gpu_preference) argument
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc90 WebGraphicsContext3DCommandBufferImpl* share_context)
101 if (share_context) {
103 share_group_ = share_context->share_group_;
155 bool onscreen, WebGraphicsContext3DCommandBufferImpl* share_context) {
161 if (share_context) {
162 share_group_command_buffer = share_context->command_buffer_.get();
211 WebGraphicsContext3DCommandBufferImpl* share_context = NULL; local
214 share_context = share_group_->GetAnyContextLocked();
216 if (!InitializeCommandBuffer(onscreen, share_context)) {
221 if (share_context)
83 WebGraphicsContext3DCommandBufferImpl( int surface_id, const GURL& active_url, GpuChannelHost* host, const Attributes& attributes, bool lose_context_when_out_of_memory, const SharedMemoryLimits& limits, WebGraphicsContext3DCommandBufferImpl* share_context) argument
154 InitializeCommandBuffer( bool onscreen, WebGraphicsContext3DCommandBufferImpl* share_context) argument
347 CreateOffscreenContext( GpuChannelHost* host, const WebGraphicsContext3D::Attributes& attributes, bool lose_context_when_out_of_memory, const GURL& active_url, const SharedMemoryLimits& limits, WebGraphicsContext3DCommandBufferImpl* share_context) argument
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc171 bool share_context,
177 if (share_context) {
170 OnEstablishChannel(int client_id, bool share_context, bool allow_future_sync_points) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc67 PP_Resource share_context,
70 if (share_context) {
71 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
86 PP_Resource share_context,
90 if (share_context) {
91 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
210 bool PPB_Graphics3D_Impl::Init(PPB_Graphics3D_API* share_context, argument
212 if (!InitRaw(share_context, attrib_list, NULL))
216 if (share_context) {
218 static_cast<PPB_Graphics3D_Shared*>(share_context)
66 Create(PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) argument
84 CreateRaw( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list, base::SharedMemoryHandle* shared_state_handle) argument
224 InitRaw( PPB_Graphics3D_API* share_context, const int32_t* attrib_list, base::SharedMemoryHandle* shared_state_handle) argument
[all...]
H A Dresource_creation_impl.cc101 PP_Resource share_context,
103 return PPB_Graphics3D_Impl::Create(instance, share_context, attrib_list);
108 PP_Resource share_context,
111 return PPB_Graphics3D_Impl::CreateRaw(instance, share_context, attrib_list,
100 CreateGraphics3D(PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) argument
106 CreateGraphics3DRaw( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list, base::SharedMemoryHandle* shared_state) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc57 GLInProcessContext* share_context,
133 GLInProcessContext* share_context,
139 DCHECK(!use_global_share_group || !share_context);
168 } else if (share_context) {
170 static_cast<GLInProcessContextImpl*>(share_context);
270 GLInProcessContext* share_context,
275 DCHECK(!use_global_share_group || !share_context);
287 share_context,
129 Initialize( scoped_refptr<gfx::GLSurface> surface, bool is_offscreen, bool use_global_share_group, GLInProcessContext* share_context, gfx::AcceleratedWidget window, const gfx::Size& size, const gles2::ContextCreationAttribHelper& attribs, gfx::GpuPreference gpu_preference, const scoped_refptr<InProcessCommandBuffer::Service>& service) argument
264 Create( scoped_refptr<gpu::InProcessCommandBuffer::Service> service, scoped_refptr<gfx::GLSurface> surface, bool is_offscreen, gfx::AcceleratedWidget window, const gfx::Size& size, GLInProcessContext* share_context, bool use_global_share_group, const ::gpu::gles2::ContextCreationAttribHelper& attribs, gfx::GpuPreference gpu_preference, const GLInProcessContextSharedMemoryLimits& memory_limits) argument
/external/chromium_org/ui/gl/
H A Dgl_context_cgl.cc84 GLContextCGL* share_context = share_group() ? local
110 share_context ?
111 static_cast<CGLContextObj>(share_context->GetHandle()) : NULL,
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc298 EGLContext share_context,
304 if (share_context != EGL_NO_CONTEXT) {
305 error_code = ValidateDisplayContext(dpy, share_context);
312 config, share_context, attrib_list);
296 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc140 PP_Resource share_context,
148 if (share_context != 0) {
149 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
222 HostResource share_context,
241 share_context.host_resource(),
138 CreateProxyResource( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) argument
221 OnMsgCreate(PP_Instance instance, HostResource share_context, const std::vector<int32_t>& attribs, HostResource* result, SerializedHandle* shared_state) argument
H A Dresource_creation_proxy.cc246 PP_Resource share_context,
249 instance, share_context, attrib_list);
254 PP_Resource share_context,
244 CreateGraphics3D( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) argument
252 CreateGraphics3DRaw( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list, base::SharedMemoryHandle* shared_state) argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dresource_creation_impl.cc177 PP_Resource share_context,
184 PP_Resource share_context,
175 CreateGraphics3D( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) argument
182 CreateGraphics3DRaw( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list, base::SharedMemoryHandle* shared_state) argument
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp691 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) argument
693 EVENT("(EGLDisplay dpy = 0x%0.8p, EGLConfig config = 0x%0.8p, EGLContext share_context = 0x%0.8p, "
694 "const EGLint *attrib_list = 0x%0.8p)", dpy, config, share_context, attrib_list);
738 if (share_context)
740 gl::Context* sharedGLContext = static_cast<gl::Context*>(share_context);
764 return display->createContext(config, client_version, static_cast<gl::Context*>(share_context), reset_notification, robust_access);
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc599 bool share_context,
613 client_id, share_context, allow_future_sync_points))) {
597 EstablishGpuChannel( int client_id, bool share_context, bool allow_future_sync_points, const EstablishChannelCallback& callback) argument
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc951 blink::WebGraphicsContext3D* share_context) {
977 static_cast<WebGraphicsContext3DCommandBufferImpl*>(share_context)));
949 createOffscreenGraphicsContext3D( const blink::WebGraphicsContext3D::Attributes& attributes, blink::WebGraphicsContext3D* share_context) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c842 static PP_Resource Pnacl_M15_PPB_Graphics3D_Create(PP_Instance instance, PP_Resource share_context, const int32_t attrib_list[]) { argument
844 return iface->Create(instance, share_context, attrib_list);
4689 .Create = (PP_Resource (*)(PP_Instance instance, PP_Resource share_context, const int32_t attrib_list[]))&Pnacl_M15_PPB_Graphics3D_Create,
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 508 milliseconds