Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrRecordingContext.cpp171 int GrRecordingContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrRecordingContext
DGrCaps.h195 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/third_party/skia/src/core/
DSkSDFFilter.cpp164 int maxRenderTargetSize = rContext->priv().caps()->maxRenderTargetSize(); in SDFBlur() local
DSkGpuBlurUtils.cpp472 int maxRenderTargetSize = rContext->priv().caps()->maxRenderTargetSize(); in GaussianBlur() local