Searched refs:maxRTSize (Results 1 – 3 of 3) sorted by relevance
103 int maxRTSize = context->caps()->maxRenderTargetSize(); in createGPUSurface() local104 SkImageInfo info = SkImageInfo::Make(SkTMin(kImageWidth, maxRTSize), in createGPUSurface()105 SkTMin(kImageHeight, maxRTSize), in createGPUSurface()
112 int maxRTSize = this->caps()->maxRenderTargetSize(); in createTexture() local113 if (desc.fWidth > maxRTSize || desc.fHeight > maxRTSize) { in createTexture()
188 int maxRTSize = context->caps()->maxRenderTargetSize(); in init() local189 SkImageInfo info = SkImageInfo::Make(SkTMin(bench->getSize().fX, maxRTSize), in init()190 SkTMin(bench->getSize().fY, maxRTSize), in init()