Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp55 struct PropertyStructWrapperBase struct
57 virtual ~PropertyStructWrapperBase (void) {} in ~PropertyStructWrapperBase() argument
65 using PropertyStructWrapperCreator = PropertyStructWrapperBase* (*) (void);
77 PropertyStructWrapperBase* createPropertyStructWrapper (void) in createPropertyStructWrapper()
115 …static void addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* stru…
120 mutable std::vector<PropertyStructWrapperBase*> m_properties;
154 class PropertyStructWrapper : public PropertyStructWrapperBase
DvkDeviceProperties.cpp43 std::vector<PropertyStructWrapperBase*> propertiesToFillFromBlob; in DeviceProperties()
44 std::vector<PropertyStructWrapperBase*> propertiesAddedWithVK; in DeviceProperties()
83 PropertyStructWrapperBase* p = (*propertyStructCreationData.creatorFunction)(); in DeviceProperties()
127 void DeviceProperties::addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* st… in addToChainStructWrapper()