Home
last modified time | relevance | path

Searched refs:FeatureType (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.hpp77 template<class FeatureType> class FeatureStructWrapper;
78 template<class FeatureType> FeatureDesc makeFeatureDesc (void);
80 template<class FeatureType>
83 return new FeatureStructWrapper<FeatureType>(makeFeatureDesc<FeatureType>()); in createFeatureStructWrapper()
86 template<class FeatureType>
87 void initFeatureFromBlob(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs);
89 template<class FeatureType>
90 void initFeatureFromBlobWrapper(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs) in initFeatureFromBlobWrapper()
92 initFeatureFromBlob<FeatureType>(featureTyp in initFeatureFromBlobWrapper()
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c103 } FeatureType; typedef
120 FeatureType type_;

Completed in 3 milliseconds