summaryrefslogtreecommitdiff
path: root/opengl/tests/gl2_basic/gl2_basic.cpp
AgeCommit message (Expand)Author
2018-03-10EGL: Plumb HDR metadataCourtney Goeltzenleuchter
2017-11-15Use -Werror in frameworks/native/opengl/testsChih-Hung Hsieh
2017-09-20Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDKJiyong Park
2017-09-19Fix unused parameter warningCourtney Goeltzenleuchter
2017-09-19Print ImplementationANDROID extensions as wellCourtney Goeltzenleuchter
2017-04-10Dump EGL Extension listCourtney Goeltzenleuchter
2014-03-06Restore old OpenGL testsAndy McFadden
2012-02-24remove libui dependency on libEGLMathias Agopian
2010-06-09update EGL headers to the latestMathias Agopian
2009-09-28Print out EGL configuration info for the config we've chosen.Jack Palevich
2009-09-28Print out all available EGL configurations.Jack Palevich
2009-09-25Use EGLUtils to simplify choosing a configuration.Jack Palevich
2009-09-23Create samples showing how to call OpenGL from JNI libraries.Jack Palevich
2009-09-18Draw a green triangle using OpenGL 2.0 APIs.Jack Palevich
2009-09-17Add additional error checking, exit early if errors occur.Jack Palevich
2009-09-16Add EGL call error checking.Jack Palevich
2009-09-01Simple app to create a gl2 context and dump the strings.Jason Sams