HomeSort by relevance Sort by last modified time
    Searched refs:share_resources_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 307 share_resources_ = share_resources;
369 if (share_resources_ && !g_all_shared_contexts.Get().empty()) {
377 DCHECK(context_group->share_resources_);
475 if (share_resources_) {
571 if (share_resources_) {
in_process_command_buffer.h 155 bool share_resources_; member in class:gpu::InProcessCommandBuffer
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h 192 bool share_resources_; member in class:gpu::gles2::ContextCreationAttribParser
gles2_cmd_utils.cc 728 share_resources_(false),
792 share_resources_ = value != 0;

Completed in 1058 milliseconds