| /third_party/libcoap/win32/coap-rd/ |
| D | coap-rd.vcxproj | 153 <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/ |
| D | coap-server.vcxproj | 154 <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/ |
| D | coap-client.vcxproj | 154 <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/ |
| D | testdriver.vcxproj | 153 <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/ |
| D | build-deqp-gl_Build-Don-t-build-Vulkan-utilities-for-GL-builds.patch | 77 - 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/ |
| D | tcuNullWSPlatform.hpp | 42 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/ |
| D | tcuOSXVulkanPlatform.cpp | 88 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()
|
| D | tcuOSXVulkanPlatform.hpp | 40 vk::Library* createLibrary (const char* libraryPath) const;
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | SharedLibrary.hpp | 37 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/ |
| D | SharedLibrary.hpp | 36 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/ |
| D | libcoap.vcxproj | 308 <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/ |
| D | tcuSurfacelessPlatform.cpp | 99 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/ |
| D | tcuWin32VulkanPlatform.cpp | 101 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/ |
| D | tcuAndroidPlatform.cpp | 197 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()
|
| D | tcuAndroidPlatform.hpp | 55 vk::Library* createLibrary (const char* libraryPath) const;
|
| /third_party/vk-gl-cts/framework/platform/lnx/ |
| D | tcuLnxVulkanPlatform.cpp | 349 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()
|
| D | tcuLnxVulkanPlatform.hpp | 41 …teLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullPlatform.cpp | 84 vk::Library* Platform::createLibrary (vk::Platform::LibraryType, const char* libraryPath) const in createLibrary() 86 DE_UNREF(libraryPath); in createLibrary()
|
| D | tcuNullPlatform.hpp | 49 …braryType libraryType = vk::Platform::LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
|
| /third_party/vk-gl-cts/framework/platform/ohos/ |
| D | tcuOhosPlatform.cpp | 123 vk::Library* OhosPlatform::createLibrary(LibraryType libraryType, const char* libraryPath) const in createLibrary() 126 DE_UNREF(libraryPath); in createLibrary()
|
| D | tcuOhosPlatform.hpp | 39 …teLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPath = DE_NULL) cons…
|
| /third_party/vk-gl-cts/framework/egl/ |
| D | egluGLContextFactory.cpp | 425 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/ |
| D | vkPlatform.hpp | 403 …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/ |
| D | appveyor.yml | 25 …SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Progra…
|