Home
last modified time | relevance | path

Searched refs:num_gpus (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config.cpp74 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()
Demugl_config_unittest.cpp501 EXPECT_TRUE(gpu_props.num_gpus == 4); in TEST()
544 EXPECT_TRUE(gpu_props.num_gpus == 0); in TEST()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Demugl_config.h76 int num_gpus; member