HomeSort by relevance Sort by last modified time
    Searched refs:maxRTSize (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/skiaserve/
Request.cpp 155 int maxRTSize = this->getContext()->caps()->maxRenderTargetSize();
156 bounds = SkIRect::MakeWH(SkTMin(bounds.width(), maxRTSize),
157 SkTMin(bounds.height(), maxRTSize));
  /external/skia/src/gpu/
GrGpu.cpp 127 int maxRTSize = caps.maxRenderTargetSize();
128 if (desc.fWidth > maxRTSize || desc.fHeight > maxRTSize) {

Completed in 205 milliseconds