Home | History | Annotate | Download | only in gpu

Lines Matching refs:MIN_SIZE

383         static const int MIN_SIZE = 256;
384 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
385 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));