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;
4689 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps
45 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;46 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
832 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()874 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps879 return this->maxRenderTargetSampleCount(dxgiFormat); in maxRenderTargetSampleCount()882 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
41 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;42 int maxRenderTargetSampleCount(MTLPixelFormat) const;
444 return sampleCount <= this->maxRenderTargetSampleCount(format);447 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function448 return this->maxRenderTargetSampleCount(GrBackendFormatAsMTLPixelFormat(format));451 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()
52 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;53 int maxRenderTargetSampleCount(VkFormat format) const;
1457 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()1494 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps1499 return this->maxRenderTargetSampleCount(vkFormat); in maxRenderTargetSampleCount()1502 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
43 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override;
110 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
242 virtual int maxRenderTargetSampleCount(const GrBackendFormat&) const = 0;247 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
60 return this->caps()->maxRenderTargetSampleCount(format); in maxSurfaceSampleCountForColorType()