Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp163 int GrRecordingContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrRecordingContext
DGrCaps.h196 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
/external/skqp/src/gpu/
DGrCaps.h136 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
DGrContext.cpp275 int GrContext::maxRenderTargetSize() const { return fCaps->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
/external/skia/src/core/
DSkGpuBlurUtils.cpp462 int maxRenderTargetSize = context->priv().caps()->maxRenderTargetSize(); in GaussianBlur() local