Home
last modified time | relevance | path

Searched defs:library_path (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/egl/main/
D50_mesa.json4 "library_path" : "libEGL_@glvnd_vendor_name@.so.0" string
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader_icd.json4 "library_path": "..\\..\\bin\\vulkan\\x64\\Debug\\libvk_swiftshader.dll", string
/third_party/mesa3d/src/intel/nullhw-layer/
DVkLayer_INTEL_nullhw.json6 "library_path": "libVkLayer_INTEL_nullhw.so", string
/third_party/mesa3d/src/vulkan/overlay-layer/
DVkLayer_MESA_overlay.json6 "library_path": "libVkLayer_MESA_overlay.so", string
/third_party/mesa3d/src/vulkan/device-select-layer/
DVkLayer_MESA_device_select.json6 "library_path": "libVkLayer_MESA_device_select.so", string
/third_party/node/deps/v8/src/base/platform/
Dplatform.h274 std::string library_path; member
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp68 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath()
/third_party/vulkan-loader/loader/
Dloader.c1889 cJSON *library_path; in loader_read_layer_json() local
3316 char *library_path = NULL; in loader_parse_icd_manifest() local
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c156 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local
/third_party/node/deps/v8/src/logging/
Dlog.cc1093 void Logger::SharedLibraryEvent(const std::string& library_path, in SharedLibraryEvent()