summaryrefslogtreecommitdiff
path: root/core/jni/android_opengl_GLES11.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-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
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-04-25Regenerate GL stubsAndy McFadden
2013-02-25regenerate GLES java bindingsMathias Agopian
2012-07-23New bindings generated by glgenThomas 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
2009-12-08Implement Matrix Palette extension.Jack Palevich
2009-10-21Add size checks for glBufferData and glBufferSubDataJack Palevich
2009-05-07Fix automatically generated code for glGetJack Palevich
2009-04-16Add an Android-specific static OpenGL ES 1.1 Java API.Jack Palevich