/external/chromium_org/ui/gl/ |
gl_context_ozone.cc | 23 GpuPreference gpu_preference) { 30 if (!context->Initialize(compatible_surface, gpu_preference)) 36 if (!context->Initialize(compatible_surface, gpu_preference))
|
gl_context_win.cc | 26 GpuPreference gpu_preference) { 31 if (!context->Initialize(compatible_surface, gpu_preference)) 38 if (!context->Initialize(compatible_surface, gpu_preference)) 45 if (!context->Initialize(compatible_surface, gpu_preference))
|
gl_context_x11.cc | 28 GpuPreference gpu_preference) { 33 if (!context->Initialize(compatible_surface, gpu_preference)) 40 if (!context->Initialize(compatible_surface, gpu_preference)) 47 if (!context->Initialize(compatible_surface, gpu_preference))
|
gl_context_mac.mm | 23 GpuPreference gpu_preference) { 34 if (!context->Initialize(compatible_surface, gpu_preference)) 41 if (!context->Initialize(compatible_surface, gpu_preference))
|
gpu_switching_manager.h | 12 #include "ui/gl/gpu_preference.h" 33 gfx::GpuPreference AdjustGpuPreference(gfx::GpuPreference gpu_preference);
|
gl_context_cgl.h | 23 GpuPreference gpu_preference) OVERRIDE;
|
gl_context_glx.h | 28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE;
|
gl_context_osmesa.h | 26 GpuPreference gpu_preference) OVERRIDE;
|
gl_context_stub.cc | 12 GLSurface* compatible_surface, GpuPreference gpu_preference) {
|
gl_context_stub.h | 19 GpuPreference gpu_preference) OVERRIDE;
|
gl_context_wgl.h | 25 GLSurface* compatible_surface, GpuPreference gpu_preference);
|
gl_context_cgl.cc | 78 GpuPreference gpu_preference) { 81 gpu_preference = ui::GpuSwitchingManager::GetInstance()->AdjustGpuPreference( 82 gpu_preference); 94 gpu_preference == PreferDiscreteGpu) { 119 gpu_preference_ = gpu_preference;
|
gpu_switching_manager.cc | 106 gfx::GpuPreference gpu_preference) { 108 return gpu_preference;
|
gl_context_android.cc | 30 GpuPreference gpu_preference) OVERRIDE; 52 GpuPreference gpu_preference) { 77 GpuPreference gpu_preference) { 93 if (!context->Initialize(compatible_surface, gpu_preference))
|
gl_context_egl.h | 28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE;
|
/external/chromium_org/content/plugin/ |
webplugin_accelerated_surface_proxy_mac.h | 10 #include "ui/gl/gpu_preference.h" 26 gfx::GpuPreference gpu_preference);
|
webplugin_accelerated_surface_proxy_mac.cc | 20 gfx::GpuPreference gpu_preference) { 29 if (!surface->Initialize(NULL, true, gpu_preference)) {
|
/external/chromium_org/gpu/command_buffer/service/ |
in_process_command_buffer.h | 25 #include "ui/gl/gpu_preference.h" 101 gfx::GpuPreference gpu_preference, 174 gfx::GpuPreference gpu_preference; member in struct:gpu::InProcessCommandBuffer::InitializeOnGpuThreadParams 182 gfx::GpuPreference gpu_preference, 189 gpu_preference(gpu_preference),
|
gl_context_virtual.h | 39 gfx::GpuPreference gpu_preference) OVERRIDE;
|
/external/chromium_org/gpu/command_buffer/client/ |
gl_in_process_context.h | 15 #include "ui/gl/gpu_preference.h" 66 gfx::GpuPreference gpu_preference,
|
gl_in_process_context.cc | 61 gfx::GpuPreference gpu_preference, 137 gfx::GpuPreference gpu_preference, 182 gpu_preference, 273 gfx::GpuPreference gpu_preference, 291 gpu_preference,
|
/external/chromium_org/content/common/gpu/client/ |
gpu_channel_host.cc | 135 gfx::GpuPreference gpu_preference) { 146 init_params.gpu_preference = gpu_preference; 185 gfx::GpuPreference gpu_preference) { 193 init_params.gpu_preference = gpu_preference;
|
/external/chromium_org/cc/test/ |
test_in_process_context_provider.cc | 37 gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu; local 49 gpu_preference,
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 114 gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu; local 124 gpu_preference,
|
/external/chromium_org/content/browser/android/in_process/ |
synchronous_compositor_factory_impl.cc | 41 const gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu; local 57 gpu_preference, 65 const gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu; local 80 gpu_preference,
|