Searched refs:GrDawnCaps (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 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() [all …]
|
D | GrDawnCaps.h | 16 class GrDawnCaps : public GrCaps { 18 GrDawnCaps(const GrContextOptions& contextOptions);
|
D | GrDawnGpu.cpp | 53 fCaps.reset(new GrDawnCaps(options)); in GrDawnGpu()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 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() [all …]
|
D | GrDawnCaps.h | 16 class GrDawnCaps : public GrCaps { 18 GrDawnCaps(const GrContextOptions& contextOptions);
|
D | GrDawnGpu.cpp | 131 this->initCapsAndCompiler(sk_make_sp<GrDawnCaps>(options)); in GrDawnGpu()
|
/third_party/flutter/skia/src/gpu/ |
D | GrShaderCaps.h | 306 friend class GrDawnCaps; variable
|
/third_party/skia/src/gpu/ |
D | GrProgramDesc.h | 139 friend class GrDawnCaps;
|
D | GrShaderCaps.h | 350 friend class GrDawnCaps; variable
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 711 "$_src/gpu/dawn/GrDawnCaps.cpp", 712 "$_src/gpu/dawn/GrDawnCaps.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 730 "$_src/gpu/dawn/GrDawnCaps.cpp", 731 "$_src/gpu/dawn/GrDawnCaps.h",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 5004 FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnCaps.cpp 5005 FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnCaps.h
|