The Texture Map parameter value GL_NEAREST tells OpenGL to:
a. If a pixel doesn't fall on an exact texel, interpolate from the 4 surrounding texels
b. Always use white
c. Always use black
d. If a pixel doesn't fall on an exact texel, grab the nearest texel