Home
last modified time | relevance | path

Searched refs:preferDiscreteGPU (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterGlobalContext.cpp80 attributes.preferDiscreteGPU = true; in prepareContextIfNeeded()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp259 webAttributes.preferDiscreteGPU = attrs.preferDiscreteGPU; in create()
389 attributes.preferDiscreteGPU = webAttributes.preferDiscreteGPU; in DELEGATE_TO_WEBCONTEXT_2()
DGraphicsContext3D.h88 , preferDiscreteGPU(false) in Attributes()
101 bool preferDiscreteGPU; member
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h93 , preferDiscreteGPU(false) in Attributes()
107 bool preferDiscreteGPU; member
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc221 gpu_preference_(attributes.preferDiscreteGPU ? gfx::PreferDiscreteGpu in WebGraphicsContext3DCommandBufferImpl()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp512 requestedAttributes.preferDiscreteGPU = true; in create()