Home
last modified time | relevance | path

Searched full:librarypath (Results 1 – 24 of 24) sorted by relevance

/third_party/libcoap/win32/coap-rd/
Dcoap-rd.vcxproj153 <LibraryPath>$(LibraryPath)</LibraryPath>
159 <LibraryPath>$(LibraryPath)</LibraryPath>
165 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
171 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
176 <LibraryPath>$(LibraryPath)</LibraryPath>
181 <LibraryPath>$(LibraryPath)</LibraryPath>
186 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
191 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
196 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
/third_party/libcoap/win32/coap-server/
Dcoap-server.vcxproj154 <LibraryPath>$(LibraryPath)</LibraryPath>
160 <LibraryPath>$(LibraryPath)</LibraryPath>
166 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
172 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
177 <LibraryPath>$(LibraryPath)</LibraryPath>
182 <LibraryPath>$(LibraryPath)</LibraryPath>
187 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
192 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
197 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
/third_party/libcoap/win32/coap-client/
Dcoap-client.vcxproj154 <LibraryPath>$(LibraryPath)</LibraryPath>
160 <LibraryPath>$(LibraryPath)</LibraryPath>
166 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
172 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
177 <LibraryPath>$(LibraryPath)</LibraryPath>
182 <LibraryPath>$(LibraryPath)</LibraryPath>
187 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
192 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
197 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
/third_party/libcoap/win32/testdriver/
Dtestdriver.vcxproj153 <LibraryPath>$(LibraryPath)</LibraryPath>
159 <LibraryPath>$(LibraryPath)</LibraryPath>
165 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
171 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
176 <LibraryPath>$(LibraryPath)</LibraryPath>
181 <LibraryPath>$(LibraryPath)</LibraryPath>
186 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
191 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
196 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
/third_party/mesa3d/.gitlab-ci/container/patches/
Dbuild-deqp-gl_Build-Don-t-build-Vulkan-utilities-for-GL-builds.patch77 - VulkanLibrary(const char *libraryPath)
78 - : m_library(libraryPath != DE_NULL ? libraryPath : "libvulkan.so")
175 -vk::Library *Platform::createLibrary(const char *libraryPath) const
177 - return new VulkanLibrary(libraryPath);
266 - VulkanLibrary(const char *libraryPath)
267 - : m_library(libraryPath != DE_NULL ? libraryPath : DEQP_VULKAN_LIBRARY_PATH)
290 - vk::Library *createLibrary(const char *libraryPath) const
292 - return new VulkanLibrary(libraryPath);
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.hpp42 VulkanLibrary (const char* libraryPath) in VulkanLibrary() argument
43 : m_library (libraryPath != DE_NULL ? libraryPath : "libvulkan.so.1") in VulkanLibrary()
72 vk::Library* createLibrary (const char* libraryPath) const in createLibrary()
74 return new VulkanLibrary(libraryPath); in createLibrary()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp88 VulkanLibrary (const char* libraryPath) in VulkanLibrary() argument
89 : m_library (libraryPath != DE_NULL ? libraryPath : "libvulkan.dylib") in VulkanLibrary()
128 vk::Library* VulkanPlatform::createLibrary (const char* libraryPath) const in createLibrary()
130 return new VulkanLibrary(libraryPath); in createLibrary()
DtcuOSXVulkanPlatform.hpp40 vk::Library* createLibrary (const char* libraryPath) const;
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.hpp37 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary() local
38 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary()
53 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary() local
54 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSharedLibrary.hpp36 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary() local
37 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary()
52 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary() local
53 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary()
/third_party/libcoap/win32/
Dlibcoap.vcxproj308 <LibraryPath>$(LibraryPath)</LibraryPath>
315 <LibraryPath>$(LibraryPath)</LibraryPath>
323 <LibraryPath>$(LibraryPath)</LibraryPath>
330 <LibraryPath>$(LibraryPath)</LibraryPath>
336 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
341 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
346 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
351 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
356 …<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Solut…
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp99 VulkanLibrary (const char* libraryPath) in VulkanLibrary() argument
100 : m_library (libraryPath != DE_NULL ? libraryPath : DEQP_VULKAN_LIBRARY_PATH) in VulkanLibrary()
122 vk::Library* createLibrary (const char* libraryPath) const in createLibrary()
124 return new VulkanLibrary(libraryPath); in createLibrary()
453 const char* libraryPath = NULL; in EglRenderContext() local
458 libraryPath = DEQP_GLES2_LIBRARY_PATH; in EglRenderContext()
460 libraryPath = DEQP_GLES3_LIBRARY_PATH; in EglRenderContext()
464 libraryPath = DEQP_OPENGL_LIBRARY_PATH; in EglRenderContext()
467 m_glLibrary = new de::DynamicLibrary(libraryPath); in EglRenderContext()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp101 VulkanLibrary (const char* libraryPath) in VulkanLibrary() argument
102 : m_library (libraryPath != DE_NULL ? libraryPath : "vulkan-1.dll") in VulkanLibrary()
130 vk::Library* VulkanPlatform::createLibrary (LibraryType libraryType, const char* libraryPath) const in createLibrary()
134 case LIBRARY_TYPE_VULKAN: return new VulkanLibrary(libraryPath); in createLibrary()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp197 VulkanLibrary (const char* libraryPath) in VulkanLibrary() argument
198 : m_library (libraryPath != DE_NULL ? libraryPath : "libvulkan.so") in VulkanLibrary()
331 vk::Library* Platform::createLibrary (const char* libraryPath) const in createLibrary()
333 return new VulkanLibrary(libraryPath); in createLibrary()
DtcuAndroidPlatform.hpp55 vk::Library* createLibrary (const char* libraryPath) const;
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp349 VulkanLibrary (const char* libraryPath) in VulkanLibrary() argument
350 : m_library (libraryPath != DE_NULL ? libraryPath : DEQP_VULKAN_LIBRARY_PATH) in VulkanLibrary()
440 vk::Library* VulkanPlatform::createLibrary (LibraryType libraryType, const char* libraryPath) const in createLibrary()
444 case LIBRARY_TYPE_VULKAN: return new VulkanLibrary(libraryPath); in createLibrary()
DtcuLnxVulkanPlatform.hpp41 …teLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullPlatform.cpp84 vk::Library* Platform::createLibrary (vk::Platform::LibraryType, const char* libraryPath) const in createLibrary()
86 DE_UNREF(libraryPath); in createLibrary()
DtcuNullPlatform.hpp49 …braryType libraryType = vk::Platform::LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.cpp123 vk::Library* OhosPlatform::createLibrary(LibraryType libraryType, const char* libraryPath) const in createLibrary()
126 DE_UNREF(libraryPath); in createLibrary()
DtcuOhosPlatform.hpp39 …teLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
/third_party/vk-gl-cts/framework/egl/
DegluGLContextFactory.cpp425 const char* libraryPath = DE_NULL; in create() local
430 libraryPath = DEQP_GLES2_LIBRARY_PATH; in create()
432 libraryPath = DEQP_GLES3_LIBRARY_PATH; in create()
435 libraryPath = DEQP_OPENGL_LIBRARY_PATH; in create()
437 m_dynamicGLLibrary = new de::DynamicLibrary(libraryPath); in create()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.hpp403 …teLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
405 virtual Library* createLibrary (const char* libraryPath = DE_NULL) const = 0;
/third_party/lz4/
Dappveyor.yml25 …SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Progra…