arb_sample_locations: Initialize variables.
Fix defects reported by Coverity Scan.
Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value use_gl_sample_position. uninit_use: Using uninitialized value use_interpolate_at_sample
Fixes: 5e9ede3e ("add GL_ARB_sample_locations") Signed-off-by: Vinson Lee vlee@freedesktop.org