Home | History | Annotate | Download | only in gpu

Lines Matching refs:maxTextureSize

777 IntSize DrawingBuffer::adjustSize(const IntSize& desiredSize, const IntSize& curSize, int maxTextureSize)
782 if (adjustedSize.height() > maxTextureSize)
783 adjustedSize.setHeight(maxTextureSize);
785 if (adjustedSize.width() > maxTextureSize)
786 adjustedSize.setWidth(maxTextureSize);