differs on what you do. You can use a material matrix for fixed functions iirc or you can just read different coordinates from the texture in a shader
like
color = tex2D(texture0, texcoords.xy * 2); // with 2 being the scale factor


Follow me on twitter