OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpu_preference_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gl/
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;
302
return
gpu_preference_
;
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
97
gpu_preference_
(attributes.preferDiscreteGPU ? gfx::PreferDiscreteGpu
180
gpu_preference_
));
187
gpu_preference_
));
webgraphicscontext3d_command_buffer_impl.h
200
gfx::GpuPreference
gpu_preference_
;
member in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h
121
gfx::GpuPreference gpu_preference() { return
gpu_preference_
; }
240
gfx::GpuPreference
gpu_preference_
;
member in class:content::GpuCommandBufferStub
gpu_command_buffer_stub.cc
167
gpu_preference_
(gpu_preference),
511
gpu_preference_
);
523
if (!context->Initialize(surface_.get(),
gpu_preference_
)) {
537
channel_->share_group(), surface_.get(),
gpu_preference_
);
[
all
...]
Completed in 242 milliseconds