Evas GL: Fix compilation warning, use func pointer
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 26 May 2016 11:08:04 +0000 (20:08 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 26 May 2016 11:50:53 +0000 (20:50 +0900)
commit3d6ea827b9940a1fda6b2643a918d1ba546f5c11
tree23a77e0300b6c49d23472ba27e6cf106b8f34d82
parent6e487e93b86472b54744f87124c71ef409abb2b7
Evas GL: Fix compilation warning, use func pointer

GLES 3 support should be a runtime-only requirement, so
no direct call to a GLES3 function should appear in evas.
Use our dlsym() pointer instead.
src/modules/evas/engines/gl_common/evas_gl_api.c