Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/ganesh/
DGrRecordingContext.cpp170 int GrRecordingContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrRecordingContext
DGrCaps.h224 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
DGrBlurUtils.cpp2161 int maxRenderTargetSize = rContext->priv().caps()->maxRenderTargetSize(); in GaussianBlur() local
/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/
DSkGpuBlurUtils.cpp472 int maxRenderTargetSize = rContext->priv().caps()->maxRenderTargetSize(); in GaussianBlur() local