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

/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc56 bool use_global_share_group,
132 bool use_global_share_group,
139 DCHECK(!use_global_share_group || !share_context);
152 if (use_global_share_group) {
213 if (use_global_share_group) {
271 bool use_global_share_group,
275 DCHECK(!use_global_share_group || !share_context);
286 use_global_share_group,
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

Completed in 58 milliseconds