OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preferDiscreteGPU
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterGlobalContext.cpp
80
attributes.
preferDiscreteGPU
= true;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h
88
,
preferDiscreteGPU
(false)
101
bool
preferDiscreteGPU
;
GraphicsContext3D.cpp
259
webAttributes.
preferDiscreteGPU
= attrs.
preferDiscreteGPU
;
389
attributes.
preferDiscreteGPU
= webAttributes.
preferDiscreteGPU
;
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
93
,
preferDiscreteGPU
(false)
107
bool
preferDiscreteGPU
;
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
221
gpu_preference_(attributes.
preferDiscreteGPU
? gfx::
PreferDiscreteGpu
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
512
requestedAttributes.
preferDiscreteGPU
= true;
[
all
...]
Completed in 219 milliseconds