Fix setColocatedSampleLocations on ES and GL < 4.5
authorcdalton <cdalton@nvidia.com>
Tue, 3 Nov 2015 17:33:21 +0000 (09:33 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Nov 2015 17:33:21 +0000 (09:33 -0800)
commit98cad6219b430eddf5528473311279f21dbd2e10
treef916fd04a62011942b8ac0e7dec371d90fd789c1
parent4036674952f341dab0695c3b054fefa5bb8cdec1
Fix setColocatedSampleLocations on ES and GL < 4.5

Updates setColocatedSampleLocations to use glFramebufferParameteri when
the DSA version glNamedFramebufferParameteri is not present.

BUG=skia:

Review URL: https://codereview.chromium.org/1415503008
include/gpu/gl/GrGLFunctions.h
include/gpu/gl/GrGLInterface.h
src/gpu/gl/GrGLAssembleInterface.cpp
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLInterface.cpp