Home
last modified time | relevance | path

Searched defs:maxRenderTargetSize (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrRecordingContext.cpp160 int GrRecordingContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrRecordingContext
H A DGrCaps.h185 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrCaps.h136 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp267 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
H A DGrCaps.h139 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp267 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
H A DGrCaps.h139 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp267 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
H A DGrCaps.h139 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp267 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
H A DGrCaps.h139 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrCaps.h244 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrContext.cpp279 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
H A DGrCaps.h158 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp455 int maxRenderTargetSize = context->priv().caps()->maxRenderTargetSize(); in GaussianBlur() local