Home
last modified time | relevance | path

Searched refs:maxRenderTargetSampleCount (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/gpu/mock/
H A DGrMockCaps.h83 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType());
98 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function in GrMockCaps
110 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override {
116 return this->maxRenderTargetSampleCount(format.asMockColorType());
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.h47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
48 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
H A DGrD3DCaps.cpp824 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/skia/src/gpu/gl/
H A DGrGLCaps.h130 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override {
140 return this->maxRenderTargetSampleCount(format.asGLFormat());
142 int maxRenderTargetSampleCount(GrGLFormat) const;
H A DGrGLCaps.cpp4619 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps
/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h42 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
43 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/third_party/skia/tests/
H A DVkWrapTests.cpp101 if (sampleCnt > gpu->caps()->maxRenderTargetSampleCount(format)) { in wrap_rt_test()
186 int maxSamples = dContext->priv().caps()->maxRenderTargetSampleCount( in wrap_trt_test()
/third_party/skia/src/gpu/dawn/
H A DGrDawnCaps.h43 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override;
H A DGrDawnCaps.cpp108 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
/third_party/skia/src/gpu/
H A DGrCaps.h232 virtual int maxRenderTargetSampleCount(const GrBackendFormat&) const = 0;
237 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
H A DGrRecordingContext.cpp60 return this->caps()->maxRenderTargetSampleCount(format); in maxSurfaceSampleCountForColorType()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.h53 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
54 int maxRenderTargetSampleCount(VkFormat format) const;
H A DGrVkCaps.cpp1497 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
1534 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1539 return this->maxRenderTargetSampleCount(vkFormat); in maxRenderTargetSampleCount()
1542 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps

Completed in 23 milliseconds