Home
last modified time | relevance | path

Searched refs:PropertyStructWrapperBase (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp58 struct PropertyStructWrapperBase struct
60 virtual ~PropertyStructWrapperBase (void) {} in ~PropertyStructWrapperBase() argument
68 using PropertyStructWrapperCreator = PropertyStructWrapperBase* (*) (void);
80 PropertyStructWrapperBase* createPropertyStructWrapper (void) in createPropertyStructWrapper()
124 …static void addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* stru…
129 mutable std::vector<PropertyStructWrapperBase*> m_properties;
169 class PropertyStructWrapper : public PropertyStructWrapperBase
DvkDeviceProperties.cpp49 std::vector<PropertyStructWrapperBase*> propertiesToFillFromBlob; in DeviceProperties()
50 std::vector<PropertyStructWrapperBase*> propertiesAddedWithVK; in DeviceProperties()
112 PropertyStructWrapperBase* p = (*propertyStructCreationData.creatorFunction)(); in DeviceProperties()
163 void DeviceProperties::addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* st… in addToChainStructWrapper()