Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_windows.cpp98 size_t dll_sep_loc = dll_str.find(",", vp); in parse_windows_gpu_dlls() local
99 size_t dll_end = (dll_sep_loc != std::string::npos) in parse_windows_gpu_dlls()
100 ? dll_sep_loc in parse_windows_gpu_dlls()
104 while (dll_sep_loc != std::string::npos) { in parse_windows_gpu_dlls()
105 vp = dll_sep_loc + 1; in parse_windows_gpu_dlls()
106 dll_sep_loc = dll_str.find(",", vp); in parse_windows_gpu_dlls()
107 dll_end = (dll_sep_loc != std::string::npos) ? dll_sep_loc in parse_windows_gpu_dlls()