Home | History | Annotate | Download | only in main

Lines Matching refs:MAX2

1631    GLuint max = MAX2(info->RedBits, info->GreenBits);
1632 max = MAX2(max, info->BlueBits);
1633 max = MAX2(max, info->AlphaBits);
1634 max = MAX2(max, info->LuminanceBits);
1635 max = MAX2(max, info->IntensityBits);
1636 max = MAX2(max, info->DepthBits);
1637 max = MAX2(max, info->StencilBits);