OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasDisplay
(Results
1 - 24
of
24
) sorted by null
/external/deqp/framework/platform/osx/
tcuOSXVulkanPlatform.hpp
41
bool
hasDisplay
(vk::wsi::Type wsiType) const;
tcuOSXVulkanPlatform.cpp
111
bool VulkanPlatform::
hasDisplay
(vk::wsi::Type wsiType) const
/external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.hpp
42
bool
hasDisplay
(vk::wsi::Type wsiType) const;
tcuLnxVulkanPlatform.cpp
235
bool VulkanPlatform::
hasDisplay
(vk::wsi::Type wsiType) const
241
return x11::XlibDisplay::
hasDisplay
(X11_DISPLAY);
245
return x11::XcbDisplay::
hasDisplay
(X11_DISPLAY);
249
return wayland::Display::
hasDisplay
(WAYLAND_DISPLAY);
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.hpp
43
bool
hasDisplay
(vk::wsi::Type wsiType) const;
tcuWin32VulkanPlatform.cpp
297
bool VulkanPlatform::
hasDisplay
(vk::wsi::Type wsiType) const
/external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp
58
bool
hasDisplay
(vk::wsi::Type wsiType) const;
tcuAndroidPlatform.cpp
354
bool Platform::
hasDisplay
(vk::wsi::Type wsiType) const
/external/deqp/framework/platform/lnx/X11/
tcuLnxX11Xcb.hpp
46
static bool
hasDisplay
(const char* name);
tcuLnxX11.hpp
100
static bool
hasDisplay
(const char* name);
tcuLnxX11Xcb.cpp
36
bool XcbDisplay::
hasDisplay
(const char* name)
tcuLnxX11.cpp
57
bool XlibDisplay::
hasDisplay
(const char* name)
/external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.cpp
81
bool Platform::
hasDisplay
(wsi::Type) const
vkPlatform.hpp
144
virtual bool
hasDisplay
(wsi::Type wsiType) const;
/external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.hpp
54
static bool
hasDisplay
(const char* name);
tcuLnxWayland.cpp
73
bool Display::
hasDisplay
(const char* name)
/external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiColorSpaceTests.cpp
265
platform.
hasDisplay
(wsiType))
[
all
...]
vktWsiDisplayTimingTests.cpp
196
platform.
hasDisplay
(wsiType))
[
all
...]
vktWsiSharedPresentableImageTests.cpp
204
platform.
hasDisplay
(wsiType))
[
all
...]
vktWsiIncrementalPresentTests.cpp
198
platform.
hasDisplay
(wsiType))
[
all
...]
vktWsiSurfaceTests.cpp
242
platform.
hasDisplay
(wsiType))
[
all
...]
vktWsiSwapchainTests.cpp
262
platform.
hasDisplay
(wsiType))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp
130
platform.
hasDisplay
(wsiType))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp
[
all
...]
Completed in 986 milliseconds