OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlatformInterface
(Results
1 - 12
of
12
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp
44
virtual const PlatformInterface&
getPlatformInterface
(void) const = 0;
vkNullDriver.cpp
699
const PlatformInterface&
getPlatformInterface
(void) const { return m_driver; }
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp
67
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
189
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
256
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
288
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
340
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
386
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
473
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
544
const PlatformInterface& platformInterface = context.
getPlatformInterface
();
vktApiFeatureInfo.cpp
543
const vector<VkLayerProperties> properties = enumerateInstanceLayerProperties(context.
getPlatformInterface
());
566
const vector<VkExtensionProperties> properties = enumerateInstanceExtensionProperties(context.
getPlatformInterface
(), DE_NULL);
581
const vector<VkLayerProperties> layers = enumerateInstanceLayerProperties(context.
getPlatformInterface
());
586
const vector<VkExtensionProperties> properties = enumerateInstanceExtensionProperties(context.
getPlatformInterface
(), layer->layerName);
[
all
...]
vktApiObjectManagementTests.cpp
237
: vkp (context.
getPlatformInterface
())
333
const Environment env (context.
getPlatformInterface
(),
[
all
...]
/external/deqp/framework/platform/X11/
tcuX11Platform.cpp
65
const vk::PlatformInterface&
getPlatformInterface
(void) const
/external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp
59
const vk::PlatformInterface&
getPlatformInterface
(void) const { return m_platformInterface; }
vktTestPackage.cpp
186
, m_context (testCtx, m_library->
getPlatformInterface
(), m_progCollection)
188
? createDebugReportRecorder(m_library->
getPlatformInterface
(),
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp
96
const vk::PlatformInterface&
getPlatformInterface
(void) const
/external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp
199
const vk::PlatformInterface&
getPlatformInterface
(void) const
/external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp
127
: supportedExtensions (enumerateInstanceExtensionProperties(context.
getPlatformInterface
(),
129
, instance (createInstanceWithWsi(context.
getPlatformInterface
(),
133
, vki (context.
getPlatformInterface
(), *instance)
vktWsiSwapchainTests.cpp
194
: supportedExtensions (enumerateInstanceExtensionProperties(context.
getPlatformInterface
(),
196
, instance (createInstanceWithWsi(context.
getPlatformInterface
(),
200
, vki (context.
getPlatformInterface
(), *instance)
[
all
...]
Completed in 900 milliseconds