Home
last modified time | relevance | path

Searched defs:maxRenderTargetSize (Results 1 – 5 of 5) 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/flutter/skia/src/gpu/
DGrContext.cpp233 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
DGrCaps.h140 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp472 int maxRenderTargetSize = rContext->priv().caps()->maxRenderTargetSize(); in GaussianBlur() local