Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use reinterpret_cast when an integer is cast to a pointer | Ashok Bhat | 2014-02-24 | 1 | -1/+1 |
| | | | | | Change-Id: I5adcd59f58c029f7b2b596f4826d8ea69fb9bba6 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> | ||||
* | glgen stubs to fix bad methods in gles20 bindings | Thomas Tafertshofer | 2012-07-19 | 1 | -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 |