HomeSort by relevance Sort by last modified time
    Searched defs:SetGpuInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
child_process_logging_linux.cc 60 void SetGpuInfo(const GPUInfo& 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"));
chrome_content_client.cc 175 void ChromeContentClient::SetGpuInfo(const GPUInfo& gpu_info) {
176 child_process_logging::SetGpuInfo(gpu_info);

Completed in 333 milliseconds