HomeSort by relevance Sort by last modified time
    Searched defs:share_context (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 113 WebGraphicsContext3DCommandBufferImpl* share_context)
124 if (share_context) {
126 share_group_ = share_context->share_group_;
180 bool onscreen, WebGraphicsContext3DCommandBufferImpl* share_context) {
186 if (share_context) {
187 share_group_command_buffer = share_context->command_buffer_.get();
250 WebGraphicsContext3DCommandBufferImpl* share_context = NULL; local
253 share_context = share_group_->GetAnyContextLocked();
255 if (!InitializeCommandBuffer(onscreen, share_context)) {
260 if (share_context)
    [all...]
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 84 GLContextCGL* share_context = share_group() ? local
110 share_context ?
111 static_cast<CGLContextObj>(share_context->GetHandle()) : NULL,
  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 253 gpu::GLInProcessContext* share_context = compositor_->GetShareContext(); local
254 DCHECK(share_context);
255 shared_renderer_state_->SetSharedContext(share_context);

Completed in 425 milliseconds