Home
last modified time | relevance | path

Searched refs:maxRenderTargetSampleCount (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h79 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()
101 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
113 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
114 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h79 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()
101 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
113 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
114 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h79 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()
101 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
113 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
114 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h79 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()
101 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
113 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
114 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mock/
H A DGrMockCaps.h84 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()
111 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
123 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
129 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mock/
H A DGrMockCaps.h86 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable()
113 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
125 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
131 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrCaps.h168 virtual int maxRenderTargetSampleCount(GrPixelConfig) const = 0;
171 return this->maxRenderTargetSampleCount(config) > 0; in isConfigRenderable()
176 return this->maxRenderTargetSampleCount(config) > (withMSAA ? 1 : 0); in isConfigRenderable()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h123 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
132 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
133 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()
135 int maxRenderTargetSampleCount(GrGLFormat) const;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h123 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
132 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
133 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()
135 int maxRenderTargetSampleCount(GrGLFormat) const;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h123 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
132 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
133 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()
135 int maxRenderTargetSampleCount(GrGLFormat) const;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h123 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
132 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
133 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()
135 int maxRenderTargetSampleCount(GrGLFormat) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.h44 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
45 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.h44 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
45 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h126 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
135 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
136 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()
138 int maxRenderTargetSampleCount(GrGLFormat) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/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 { in maxRenderTargetSampleCount() function
140 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount()
142 int maxRenderTargetSampleCount(GrGLFormat) const;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
48 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
48 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
48 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h47 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
48 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h42 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
43 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h45 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
46 int maxRenderTargetSampleCount(MTLPixelFormat) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/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()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.h53 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
54 int maxRenderTargetSampleCount(VkFormat format) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkCaps.h48 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
49 int maxRenderTargetSampleCount(VkFormat format) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkCaps.h51 int maxRenderTargetSampleCount(const GrBackendFormat&) const override;
52 int maxRenderTargetSampleCount(VkFormat format) const;

1234