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

  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 90 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)
    [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,

Completed in 393 milliseconds