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

  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 18 #include "gpu/command_buffer/service/context_group.h"
92 gles2::ContextGroup* context_group = NULL; local
95 context_group = options.share_group_manager->decoder_->GetContextGroup();
120 if (!context_group) {
121 context_group =
130 decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group));
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 150 InProcessCommandBuffer* context_group; member in struct:gpu::InProcessCommandBuffer::InitializeOnGpuThreadParams
165 context_group(share_group) {}

Completed in 450 milliseconds