Searched refs:GrDawnCaps (Results 1 – 6 of 6) sorted by relevance
15 GrDawnCaps::GrDawnCaps(const GrContextOptions& contextOptions) : INHERITED(contextOptions) { in GrDawnCaps() function in GrDawnCaps36 bool GrDawnCaps::isFormatSRGB(const GrBackendFormat& format) const { in isFormatSRGB()40 bool GrDawnCaps::isFormatTexturable(const GrBackendFormat& format) 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()[all …]
16 class GrDawnCaps : public GrCaps {18 GrDawnCaps(const GrContextOptions& contextOptions);
131 this->initCapsAndCompiler(sk_make_sp<GrDawnCaps>(options)); in GrDawnGpu()
138 friend class GrDawnCaps;
353 friend class GrDawnCaps; variable
783 "$_src/gpu/dawn/GrDawnCaps.cpp",784 "$_src/gpu/dawn/GrDawnCaps.h",