Searched refs:share_context (Results 1 - 25 of 43) sorted by relevance

12

/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 Dppb_graphics_3d_impl.h21 PP_Resource share_context,
25 PP_Resource share_context,
75 bool Init(PPB_Graphics3D_API* share_context, const int32_t* attrib_list);
76 bool InitRaw(PPB_Graphics3D_API* share_context,
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
H A Dresource_creation_impl.h52 PP_Resource share_context,
56 PP_Resource share_context,
/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...]
H A Dwebgraphicscontext3d_command_buffer_impl.h112 WebGraphicsContext3DCommandBufferImpl* share_context);
139 WebGraphicsContext3DCommandBufferImpl* share_context);
169 WebGraphicsContext3DCommandBufferImpl* share_context);
/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d.h78 /// @param[in] share_context Specifies the context with which all
89 const Graphics3D& share_context,
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/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
H A Dgl_in_process_context.h55 // Only one of |share_context| and |use_global_share_group| can be used at
63 GLInProcessContext* share_context,
/external/chromium_org/ppapi/c/
H A Dppb_graphics_3d.h100 * @param[in] share_context The 3D context with which the created context
101 * would share resources. If <code>share_context</code> is not 0, then all
104 * by <code>share_context<code>, all other contexts <code>share_context</code>
151 PP_Resource share_context,
/external/chromium_org/ppapi/api/
H A Dppb_graphics_3d.idl90 * @param[in] share_context The 3D context with which the created context
91 * would share resources. If <code>share_context</code> is not 0, then all
94 * by <code>share_context<code>, all other contexts <code>share_context</code>
142 [in] PP_Resource share_context,
/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
H A Dresource_creation_api.h131 PP_Resource share_context,
135 PP_Resource share_context,
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.h39 // Set up internal buffers. |share_context|, if non-NULL, is a context
49 // |share_context| is non-NULL, then on platforms supporting dual GPUs,
52 bool Initialize(gfx::GLContext* share_context,
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/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 Dppb_graphics_3d_proxy.h71 PP_Resource share_context,
81 HostResource share_context,
/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/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
H A Dresource_creation_impl.h99 PP_Resource share_context,
103 PP_Resource share_context,
/external/deqp/framework/egl/
H A DegluApiPrototypes.inl27 EGLContext eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list);

Completed in 7928 milliseconds

12