replicant-frameworks_native/opengl/tools/glgen
Andy McFadden 42137d2e72 Fix range check
The getarray() function checks to see if there's enough room in
the buffer, but it's using a byte count for the available size
and a possibly non-byte count for the space required.  Dividing
down by the unit size corrects the problem.

Bug 8713753

Change-Id: Id42c0df65c3233dcc5f76d05e229f7d40d4c1f99
2013-04-25 15:58:25 -07:00
..
specs Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX 2013-04-15 16:42:21 -07:00
src Add buffer object versions of several functions 2013-04-10 22:00:17 -07:00
static/egl
stubs Fix range check 2013-04-25 15:58:25 -07:00
.gitignore
gen Generate GLES30 class, just a clone of GLES20 for now 2013-04-10 08:34:54 -07:00