Searched refs:featureBit (Results 1 – 3 of 3) sorted by relevance
128 VkFormatFeatureFlagBits featureBit, in format_supported_for_feature() argument134 *linearSupport = SkToBool(props.linearTilingFeatures & featureBit); in format_supported_for_feature()135 *optimalSupport = SkToBool(props.optimalTilingFeatures & featureBit); in format_supported_for_feature()141 VkFormatFeatureFlagBits featureBit, in config_supported_for_feature() argument150 format_supported_for_feature(interface, physDev, format, featureBit, in config_supported_for_feature()
115 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() argument116 if (featureBit & fFeaturesAddedMask) { in addFeature()120 fFeaturesAddedMask |= featureBit; in addFeature()
165 bool addFeature(uint32_t featureBit, const char* extensionName);