Home
last modified time | relevance | path

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

/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/gpu/
DGrContext.cpp267 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
DGrCaps.h163 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function