Home
last modified time | relevance | path

Searched defs:createLibrary (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp72 vk::Library* createLibrary (void) const in createLibrary() function in tcu::nullws::Platform
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp84 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::null::Platform
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp122 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::osx::VulkanPlatform
/external/turbine/javatests/com/google/turbine/main/
DReducedClasspathTest.java103 private Path createLibrary(Map<String, byte[]> compiled, String jarPath, String... classNames) in createLibrary() method in ReducedClasspathTest
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp127 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp310 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::lnx::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp327 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::Android::Platform
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp122 vk::Library* createLibrary (void) const in createLibrary() function in tcu::surfaceless::VulkanPlatform
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp213 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function