Support GL_MAX_TEXTURE_SIZE case to glGetIntegerv API

Include a case for GL_MAX_TEXTURE_SIZE in glGetIntegerv
and call getMaxTextureSize to get the value.
This case is needed for applications, like Google Maps.
Google Maps needs to get the GL_MAX_TEXTURE_SIZE value
with glGetIntegerv API, successfully. Otherwise, it will
crash in emualtor.

Change-Id: Ieae53a2e906060926d14a65e09dfa9a9cc6ed42d
1 file changed