OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetGPUInfo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/config/
gpu_test_config.h
100
bool
SetGPUInfo
(const GPUInfo& gpu_info);
gpu_test_config.cc
150
bool GPUTestBotConfig::
SetGPUInfo
(const GPUInfo& gpu_info) {
238
rt =
SetGPUInfo
(my_gpu_info);
241
rt =
SetGPUInfo
(*gpu_info);
gpu_test_config_unittest.cc
31
TEST_F(GPUTestConfigTest,
SetGPUInfo
) {
36
EXPECT_TRUE(config.
SetGPUInfo
(gpu_info));
43
EXPECT_TRUE(config.
SetGPUInfo
(gpu_info));
Completed in 90 milliseconds