summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glGetShaderSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-241-1/+1
| | | | | Change-Id: I5adcd59f58c029f7b2b596f4826d8ea69fb9bba6 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
* glgen stubs to fix bad methods in gles20 bindingsThomas Tafertshofer2012-07-191-0/+111
this adds correct versions of the broken GLES20 methods glGetShaderSource, glGetActiveAttrib and glGetActiveUniform. the old broken methods are still there and need to be @hide later. Bug: 6006380 Change-Id: Ide74242ada54b85459b459ae4f20cd26a23c7610