commit | e1ed8108c3c8f9c173c5ade501114572017085d3 | [log] [tgz] |
---|---|---|
author | Patrick Auchter <auchter@motorola.com> | Tue Jun 16 17:50:01 2015 -0500 |
committer | Jesse Hall <jessehall@google.com> | Tue Jun 30 15:59:33 2015 -0700 |
tree | 0b9ed9780a9b27f57aba9e4bd47d0ad9fffa7548 | |
parent | 73356238cc7ede1afe0ec104e92950cf3f96de7f [diff] |
EglConfigGLSurfaceView: fix incorrect count passed to glDrawArrays glDrawArrays was attempting to draw 9 vertices even though mFloatBuffer only held 3 vertices which could lead to a crash when attempting to access memory past the end of mFloatBuffer. Change-Id: I76a0d17a4bcad0e5fac2cc73ea4100b02624953c