Searched refs:num_gpus (Results 1 – 3 of 3) sorted by relevance
74 res.num_gpus = gpulist.infos.size(); in emuglConfig_get_host_gpu_props()75 res.props = new emugl_host_gpu_props[res.num_gpus]; in emuglConfig_get_host_gpu_props()78 for (int i = 0; i < res.num_gpus; i++) { in emuglConfig_get_host_gpu_props()176 for (int i = 0; i < proplist.num_gpus; i++) { in free_emugl_host_gpu_props()
501 EXPECT_TRUE(gpu_props.num_gpus == 4); in TEST()544 EXPECT_TRUE(gpu_props.num_gpus == 0); in TEST()
76 int num_gpus; member