Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config.cpp175 void free_emugl_host_gpu_props(emugl_host_gpu_prop_list proplist) { in free_emugl_host_gpu_props() argument
176 for (int i = 0; i < proplist.num_gpus; i++) { in free_emugl_host_gpu_props()
177 free(proplist.props[i].make); in free_emugl_host_gpu_props()
178 free(proplist.props[i].model); in free_emugl_host_gpu_props()
179 free(proplist.props[i].device_id); in free_emugl_host_gpu_props()
180 free(proplist.props[i].revision_id); in free_emugl_host_gpu_props()
181 free(proplist.props[i].version); in free_emugl_host_gpu_props()
182 free(proplist.props[i].renderer); in free_emugl_host_gpu_props()
184 delete [] proplist.props; in free_emugl_host_gpu_props()