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

  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 30 ContextGroup::ContextGroup(
80 bool ContextGroup::Initialize(
90 LOG(ERROR) << "ContextGroup::Initialize failed because FeatureInfo "
100 LOG(ERROR) << "ContextGroup::Initialize failed because maximum "
141 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
150 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
164 LOG(ERROR) << "ContextGroup::Initialize failed because maximum texture size"
194 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
222 LOG(ERROR) << "ContextGroup::Initialize failed because too few
    [all...]
context_group.h 43 class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
45 ContextGroup(
170 friend class base::RefCounted<ContextGroup>;
171 ~ContextGroup();
220 DISALLOW_COPY_AND_ASSIGN(ContextGroup);
gles2_cmd_decoder.h 35 class ContextGroup;
69 static GLES2Decoder* Create(ContextGroup* group);
138 // Gets the associated ContextGroup
139 virtual ContextGroup* GetContextGroup() = 0;
context_group_unittest.cc 41 group_ = scoped_refptr<ContextGroup>(
42 new ContextGroup(NULL, NULL, NULL, NULL, kBindGeneratesResource));
46 scoped_refptr<ContextGroup> group_;
gles2_cmd_decoder_mock.h 26 class ContextGroup;
57 MOCK_METHOD0(GetContextGroup, ContextGroup*());
gles2_cmd_decoder_unittest_base.h 176 const ContextGroup& group() const {
624 scoped_refptr<ContextGroup> group_;
in_process_command_buffer.cc 347 : new gles2::ContextGroup(service_->mailbox_manager(),
665 gles2::ContextGroup* context_group = decoder_->GetContextGroup();
gles2_cmd_decoder_unittest_base.cc 170 group_ = scoped_refptr<ContextGroup>(
171 new ContextGroup(NULL,
183 // Context needs to be created before initializing ContextGroup, which will
200 // We initialize the ContextGroup with a MockGLES2Decoder so that
201 // we can use the ContextGroup to figure out how the real GLES2Decoder
    [all...]
gles2_cmd_decoder.cc 560 explicit GLES2DecoderImpl(ContextGroup* group);
598 virtual ContextGroup* GetContextGroup() OVERRIDE { return group_.get(); }
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 31 class ContextGroup;
gl_manager.cc 141 gles2::ContextGroup* context_group = NULL;
171 new gles2::ContextGroup(mailbox_manager_.get(),
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 101 // TODO(piman): ShaderTranslatorCache is currently per-ContextGroup but
103 scoped_refptr<gpu::gles2::ContextGroup> context_group =
104 new gpu::gles2::ContextGroup(mailbox_manager_.get(),
  /external/chromium_org/content/common/gpu/
stream_texture_android.cc 20 using gpu::gles2::ContextGroup;
gpu_command_buffer_stub.h 234 scoped_refptr<gpu::gles2::ContextGroup> context_group_;
texture_image_transport_surface.cc 21 using gpu::gles2::ContextGroup;
gpu_command_buffer_stub.cc 62 // ContextGroup's memory type managers and the GpuMemoryManager class.
191 context_group_ = new gpu::gles2::ContextGroup(
    [all...]
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 117 scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(

Completed in 178 milliseconds