Searched refs:maxRTSize (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrCaps.cpp | 293 int maxRTSize = this->maxRenderTargetSize(); in validateSurfaceDesc() local 294 if (desc.fWidth > maxRTSize || desc.fHeight > maxRTSize) { in validateSurfaceDesc()
|
/external/skqp/src/gpu/ |
D | GrCaps.cpp | 293 int maxRTSize = this->maxRenderTargetSize(); in validateSurfaceDesc() local 294 if (desc.fWidth > maxRTSize || desc.fHeight > maxRTSize) { in validateSurfaceDesc()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 106 int maxRTSize = this->getContext()->maxRenderTargetSize(); in getBounds() local 107 bounds = SkIRect::MakeWH(SkTMin(bounds.width(), maxRTSize), in getBounds() 108 SkTMin(bounds.height(), maxRTSize)); in getBounds()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 106 int maxRTSize = this->getContext()->maxRenderTargetSize(); in getBounds() local 107 bounds = SkIRect::MakeWH(SkTMin(bounds.width(), maxRTSize), in getBounds() 108 SkTMin(bounds.height(), maxRTSize)); in getBounds()
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 175 int maxRTSize = caps.maxRenderTargetSize(); in makeClipProcessor() local 176 CropPath(deviceSpacePath, SkIRect::MakeWH(maxRTSize, maxRTSize), &croppedPath); in makeClipProcessor()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 175 int maxRTSize = caps.maxRenderTargetSize(); in makeClipProcessor() local 176 CropPath(deviceSpacePath, SkIRect::MakeWH(maxRTSize, maxRTSize), &croppedPath); in makeClipProcessor()
|