/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.h | 77 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable() 99 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function 111 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function 112 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
|
/third_party/skia/src/gpu/mock/ |
D | GrMockCaps.h | 83 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable() 98 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function 110 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function 116 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.h | 122 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 131 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function 132 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount() 134 int maxRenderTargetSampleCount(GrGLFormat) const;
|
D | GrGLCaps.cpp | 3828 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.h | 130 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function 140 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount() 142 int maxRenderTargetSampleCount(GrGLFormat) const;
|
D | GrGLCaps.cpp | 4564 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.h | 47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 48 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
|
D | GrD3DCaps.cpp | 824 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 866 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps 871 return this->maxRenderTargetSampleCount(dxgiFormat); in maxRenderTargetSampleCount() 874 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 46 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 47 int maxRenderTargetSampleCount(MTLPixelFormat) const;
|
D | GrMtlCaps.mm | 320 return sampleCount <= this->maxRenderTargetSampleCount(format); 323 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function 324 return this->maxRenderTargetSampleCount(GrBackendFormatAsMTLPixelFormat(format)); 327 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 42 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 43 int maxRenderTargetSampleCount(MTLPixelFormat) const;
|
D | GrMtlCaps.mm | 443 return sampleCount <= this->maxRenderTargetSampleCount(format); 446 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function 447 return this->maxRenderTargetSampleCount(GrBackendFormatAsMTLPixelFormat(format)); 450 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.h | 53 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 54 int maxRenderTargetSampleCount(VkFormat format) const;
|
D | GrVkCaps.cpp | 1278 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 1315 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps 1320 return this->maxRenderTargetSampleCount(vkFormat); in maxRenderTargetSampleCount() 1323 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
|
/third_party/skia/tests/ |
D | VkWrapTests.cpp | 101 if (sampleCnt > gpu->caps()->maxRenderTargetSampleCount(format)) { in wrap_rt_test() 186 int maxSamples = dContext->priv().caps()->maxRenderTargetSampleCount( in wrap_trt_test()
|
/third_party/flutter/skia/src/gpu/ |
D | GrCaps.h | 178 virtual int maxRenderTargetSampleCount(const GrBackendFormat&) const = 0; 183 return SkTMin(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
|
D | GrContext.cpp | 246 return this->caps()->maxRenderTargetSampleCount(format); in maxSurfaceSampleCountForColorType()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.h | 53 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 54 int maxRenderTargetSampleCount(VkFormat format) const;
|
D | GrVkCaps.cpp | 1454 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 1491 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps 1496 return this->maxRenderTargetSampleCount(vkFormat); in maxRenderTargetSampleCount() 1499 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.h | 43 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override;
|
D | GrDawnCaps.cpp | 108 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnCaps.h | 47 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override;
|
D | GrDawnCaps.cpp | 151 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
|
/third_party/skia/src/gpu/ |
D | GrCaps.h | 232 virtual int maxRenderTargetSampleCount(const GrBackendFormat&) const = 0; 237 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
|
D | GrRecordingContext.cpp | 60 return this->caps()->maxRenderTargetSampleCount(format); in maxSurfaceSampleCountForColorType()
|