Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp59 virtual deUint32 getPropertyTypeId (void) const = 0;
144 if (propertyId == property->getPropertyTypeId()) in getPropertyType()
169 deUint32 getPropertyTypeId (void) const { return m_propertyDesc.typeId; } in getPropertyTypeId() function in vk::PropertyStructWrapper