Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCaps.cpp128 VkFormatFeatureFlagBits featureBit, in format_supported_for_feature() argument
134 *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() argument
150 format_supported_for_feature(interface, physDev, format, featureBit, in config_supported_for_feature()
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp115 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() argument
116 if (featureBit & fFeaturesAddedMask) { in addFeature()
120 fFeaturesAddedMask |= featureBit; in addFeature()
DGrGLSLShaderBuilder.h165 bool addFeature(uint32_t featureBit, const char* extensionName);