OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetGpuInfo
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/common/
chrome_content_client.h
18
virtual void
SetGpuInfo
(const GPUInfo& gpu_info);
child_process_logging.h
61
void
SetGpuInfo
(const GPUInfo& gpu_info);
child_process_logging_linux.cc
60
void
SetGpuInfo
(const GPUInfo& gpu_info) {
chrome_content_client.cc
175
void ChromeContentClient::
SetGpuInfo
(const GPUInfo& gpu_info) {
176
child_process_logging::
SetGpuInfo
(gpu_info);
child_process_logging_win.cc
33
// exported in breakpad_win.cc: void __declspec(dllexport) __cdecl
SetGpuInfo
.
129
void
SetGpuInfo
(const GPUInfo& gpu_info) {
136
GetProcAddress(exe_module, "
SetGpuInfo
"));
/external/chromium_org/chrome/common/
chrome_content_client.h
23
virtual void
SetGpuInfo
(const gpu::GPUInfo& gpu_info) OVERRIDE;
chrome_content_client.cc
430
void ChromeContentClient::
SetGpuInfo
(const gpu::GPUInfo& gpu_info) {
/external/chromium_org/content/public/common/
content_client.h
93
virtual void
SetGpuInfo
(const gpu::GPUInfo& gpu_info) {}
/external/chromium_org/content/gpu/
gpu_main.cc
199
GetContentClient()->
SetGpuInfo
(gpu_info);
230
// and we already registered them through
SetGpuInfo
() above.
236
GetContentClient()->
SetGpuInfo
(gpu_info);
gpu_child_thread.cc
178
GetContentClient()->
SetGpuInfo
(gpu_info_);
/external/chromium/chrome/browser/
gpu_data_manager.cc
51
child_process_logging::
SetGpuInfo
(gpu_info_);
/external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc
360
GetContentClient()->
SetGpuInfo
(pending_request_->gpu_info());
gpu_data_manager_impl_private.cc
594
GetContentClient()->
SetGpuInfo
(gpu_info_);
[
all
...]
/external/chromium_org/content/renderer/
render_thread_impl.cc
[
all
...]
Completed in 266 milliseconds