Lines Matching refs:GrDawnCaps
15 GrDawnCaps::GrDawnCaps(const GrContextOptions& contextOptions) : INHERITED(contextOptions) { in GrDawnCaps() function in GrDawnCaps
36 bool GrDawnCaps::isFormatSRGB(const GrBackendFormat& format) const { in isFormatSRGB()
40 bool GrDawnCaps::isFormatTexturable(const GrBackendFormat& format, GrTextureType) const { in isFormatTexturable()
72 bool GrDawnCaps::isFormatRenderable(const GrBackendFormat& format, in isFormatRenderable()
82 bool GrDawnCaps::isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format, in isFormatAsColorTypeRenderable()
87 GrCaps::SurfaceReadPixelsSupport GrDawnCaps::surfaceSupportsReadPixels( in surfaceSupportsReadPixels()
94 bool GrDawnCaps::onSurfaceSupportsWritePixels(const GrSurface* surface) const { in onSurfaceSupportsWritePixels()
99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
108 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount()
112 GrBackendFormat GrDawnCaps::onGetDefaultBackendFormat(GrColorType ct) const { in onGetDefaultBackendFormat()
120 GrBackendFormat GrDawnCaps::getBackendFormatFromCompressionType(SkImage::CompressionType type) const in getBackendFormatFromCompressionType()
125 GrSwizzle GrDawnCaps::onGetReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const in onGetReadSwizzle()
130 GrSwizzle GrDawnCaps::getWriteSwizzle(const GrBackendFormat& format, GrColorType colorType) const { in getWriteSwizzle()
134 uint64_t GrDawnCaps::computeFormatKey(const GrBackendFormat& format) const { in computeFormatKey()
145 bool GrDawnCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
167 GrProgramDesc GrDawnCaps::makeDesc(GrRenderTarget* rt, in makeDesc()
198 std::vector<GrCaps::TestFormatColorTypeCombination> GrDawnCaps::getTestingCombinations() const { in getTestingCombinations()