summaryrefslogtreecommitdiff
path: root/core/jni/android_opengl_GLES20.cpp
AgeCommit message (Expand)Author
2020-07-10Fix pointer arithmetic for ByteBuffers with non-zero positionsAdam Bodnar
2020-06-24Update to use nativehelper/JNIPlatformHelp.hOrion Hodson
2019-04-11Use libnativehelper to get access to NIO buffer internalsOrion Hodson
2019-02-26Re-run glgen/genOrion Hodson
2019-02-25Remove unused static variablesOrion Hodson
2017-11-10Remove GCC-specific pragma and disabled Clang warningPirama Arumuga Nainar
2017-07-20Merge "frameworks/base: use proper nativehelper headers"Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2017-02-18Add missing GLES 3.x metadataRomain Guy
2016-12-05Add null checks for *Buffer paramsRomain Guy
2016-11-29Add fallback case in glGetShaderInfoLogRomain Guy
2015-11-05jni: Regenerated EGL/GLES JNI files to support null argumentsPablo Ceballos
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2015-05-13Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi
2014-11-12Frameworks/base: New GL bindingsAndreas Gampe
2014-05-21opengl: Fix #include style in generated JNI codeJesse Hall
2014-02-24Use reinterpret_cast when an integer is cast to a pointerAshok Bhat
2013-09-27am 82e5d875: am ebd397ad: Merge "Regenerate all the OpenGL stubs."Elliott Hughes
2013-09-24Regenerate all the OpenGL stubs.Elliott Hughes
2013-04-25Regenerate GL stubsAndy McFadden
2013-02-25regenerate GLES java bindingsMathias Agopian
2013-02-25regenerate GLES java bindingsMathias Agopian
2013-02-22regenerate egl/gles stubs from glgenMathias Agopian
2012-07-23New bindings generated by glgenThomas Tafertshofer
2012-07-19updated gles20 bindings, fixes broken methodsThomas Tafertshofer
2012-07-12Updated OpenGL bindings to fix nio buffer crashThomas Tafertshofer
2012-06-27Fixed exception caused crash in GL bindingsThomas Tafertshofer
2011-04-11Kill the global references in the OpenGL wrappers.Elliott Hughes
2011-03-28Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich
2010-06-22Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich
2009-11-19Add a Java API for OpenGL ES 2.0.Jack Palevich