Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_windows.cpp94 const std::string& dll_str = in parse_windows_gpu_dlls() local
98 size_t dll_sep_loc = dll_str.find(",", vp); in parse_windows_gpu_dlls()
101 : dll_str.size() - vp; in parse_windows_gpu_dlls()
102 gpulist->currGpu().addDll(dll_str.substr(vp, dll_end - vp)); in parse_windows_gpu_dlls()
106 dll_sep_loc = dll_str.find(",", vp); in parse_windows_gpu_dlls()
108 : dll_str.size() - vp; in parse_windows_gpu_dlls()
109 gpulist->currGpu().addDll(dll_str.substr(vp, dll_end - vp)); in parse_windows_gpu_dlls()
Dgpuinfo.cpp55 void GpuInfo::addDll(std::string dll_str) { in addDll() argument
56 dlls.push_back(std::move(dll_str)); in addDll()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Dgpuinfo.h81 void addDll(std::string dll_str);