Searched refs:maxRenderTargetSampleCount (Results 1 – 14 of 14) sorted by relevance
83 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()98 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function110 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function116 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
130 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function140 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()142 int maxRenderTargetSampleCount(GrGLFormat) const;
4619 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps
47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;48 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
824 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()866 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps871 return this->maxRenderTargetSampleCount(dxgiFormat); in maxRenderTargetSampleCount()874 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
42 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;43 int maxRenderTargetSampleCount(MTLPixelFormat) const;
443 return sampleCount <= this->maxRenderTargetSampleCount(format);446 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function447 return this->maxRenderTargetSampleCount(GrBackendFormatAsMTLPixelFormat(format));450 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
101 if (sampleCnt > gpu->caps()->maxRenderTargetSampleCount(format)) { in wrap_rt_test()186 int maxSamples = dContext->priv().caps()->maxRenderTargetSampleCount( in wrap_trt_test()
53 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;54 int maxRenderTargetSampleCount(VkFormat format) const;
1495 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()1532 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps1537 return this->maxRenderTargetSampleCount(vkFormat); in maxRenderTargetSampleCount()1540 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
43 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override;
108 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
232 virtual int maxRenderTargetSampleCount(const GrBackendFormat&) const = 0;237 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
60 return this->caps()->maxRenderTargetSampleCount(format); in maxSurfaceSampleCountForColorType()