History log of /frameworks/native/opengl/tests/EGLTest/egl_cache_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3bded9177b579d96d72397d73b8f85bba47ec438 11-Dec-2014 Chih-Hung Hsieh <chh@google.com> Fix clang -Wc++11-narrowing warnings.

Clang compiler gives warning to implicit conversions of
literal structure fields, although the compiler generated
implicit conversions are what we want in these cases.

Change-Id: I8f04e7f2fa1db0ed1d1937135d9091532eec3d5b
/frameworks/native/opengl/tests/EGLTest/egl_cache_test.cpp
98c6383580f94bb7ff9cc9a7cc24d8b8519e484a 08-Nov-2011 Jamie Gennis <jgennis@google.com> EGL: implement loading and saving the cache

This change adds support for saving and loading the contents of the EGL
cache. It also adds some simple tests for the EGL cache.

Change-Id: I18e5e789e0897a0783d29d1c1e64d26de2dd44c4
/frameworks/native/opengl/tests/EGLTest/egl_cache_test.cpp