OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpuPerformanceStats
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/config/
gpu_performance_stats.h
12
struct GPU_EXPORT
GpuPerformanceStats
{
13
GpuPerformanceStats
() : graphics(0.f), gaming(0.f), overall(0.f) {}
gpu_info.h
137
GpuPerformanceStats
performance_stats;
gpu_info.cc
71
GpuPerformanceStats
performance_stats;
gpu_info_collector_win.cc
64
GpuPerformanceStats
RetrieveGpuPerformanceStats() {
70
GpuPerformanceStats
stats;
151
GpuPerformanceStats
RetrieveGpuPerformanceStatsWithHistograms() {
154
GpuPerformanceStats
stats = RetrieveGpuPerformanceStats();
/external/chromium_org/content/common/gpu/
gpu_messages.h
124
IPC_STRUCT_TRAITS_BEGIN(gpu::
GpuPerformanceStats
)
[
all
...]
Completed in 335 milliseconds