Lines Matching refs:GrDawnCaps
10 GrDawnCaps::GrDawnCaps(const GrContextOptions& contextOptions) : INHERITED(contextOptions) { in GrDawnCaps() function in GrDawnCaps
31 bool GrDawnCaps::isFormatSRGB(const GrBackendFormat& format) const { in isFormatSRGB()
35 bool GrDawnCaps::isFormatCompressed(const GrBackendFormat& format) const { in isFormatCompressed()
39 bool GrDawnCaps::isFormatTexturable(const GrBackendFormat& format) const { in isFormatTexturable()
45 GrPixelConfig GrDawnCaps::onGetConfigFromBackendFormat(const GrBackendFormat& format, in onGetConfigFromBackendFormat()
108 bool GrDawnCaps::isFormatTexturableAndUploadable(GrColorType ct, in isFormatTexturableAndUploadable()
127 bool GrDawnCaps::isFormatRenderable(const GrBackendFormat& format, in isFormatRenderable()
137 bool GrDawnCaps::isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format, in isFormatAsColorTypeRenderable()
142 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
151 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount()
155 GrBackendFormat GrDawnCaps::onGetDefaultBackendFormat(GrColorType ct, in onGetDefaultBackendFormat()
168 GrBackendFormat GrDawnCaps::getBackendFormatFromCompressionType(SkImage::CompressionType type) const in getBackendFormatFromCompressionType()
173 GrSwizzle GrDawnCaps::getTextureSwizzle(const GrBackendFormat& format, GrColorType colorType) const in getTextureSwizzle()
178 bool GrDawnCaps::canClearTextureOnCreation() const { in canClearTextureOnCreation()
182 GrSwizzle GrDawnCaps::getOutputSwizzle(const GrBackendFormat& format, GrColorType colorType) const in getOutputSwizzle()
187 bool GrDawnCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
192 GrColorType GrDawnCaps::getYUVAColorTypeFromBackendFormat(const GrBackendFormat&, in getYUVAColorTypeFromBackendFormat()
198 std::vector<GrCaps::TestFormatColorTypeCombination> GrDawnCaps::getTestingCombinations() const { in getTestingCombinations()