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

  /external/chromium_org/ui/gl/
gl_context_nsview.h 40 GpuPreference gpu_preference_; member in class:gfx::GLContextNSView
gl_context_cgl.h 40 GpuPreference gpu_preference_; member in class:gfx::GLContextCGL
gl_context_cgl.cc 70 gpu_preference_(PreferIntegratedGpu),
119 gpu_preference_ = gpu_preference;
301 return gpu_preference_;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 120 gfx::GpuPreference gpu_preference() { return gpu_preference_; }
217 gfx::GpuPreference gpu_preference_; member in class:content::GpuCommandBufferStub
gpu_command_buffer_stub.cc 126 gpu_preference_(gpu_preference),
449 gpu_preference_);
456 if (!context->Initialize(surface_.get(), gpu_preference_)) {
470 channel_->share_group(), surface_.get(), gpu_preference_);
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 225 gpu_preference_(gfx::PreferIntegratedGpu),
290 gpu_preference_ = gfx::PreferDiscreteGpu;
409 gpu_preference_));
417 gpu_preference_));
    [all...]
webgraphicscontext3d_command_buffer_impl.h 737 gfx::GpuPreference gpu_preference_; member in class:content::WebGraphicsContext3DCommandBufferImpl

Completed in 272 milliseconds