• Home
  • History
  • Annotate
  • only in /frameworks/native/opengl/tests/linetex/
History log of /frameworks/native/opengl/tests/linetex/
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
inetex.cpp
6ef57d7b368ebbac5f2b27c36a9032fee1cda8b1 06-Mar-2014 Andy McFadden <fadden@android.com> Restore old OpenGL tests

These tests call android_createDisplaySurface() to get a
FramebufferNativeWindow that is passed to EGL. This relies on the
existence of the framebuffer HAL, which is not supported on many
recent devices.

This change adds a new "window surface" object that the tests
can use to get a window from SurfaceFlinger instead. All tests
except for the HWC tests now appear to do things.

The HWC tests don't do anything useful, but they no longer depend
on the android_createDisplaySurface() function.

Bug 13323813

Change-Id: I2cbfbacb3452fb658c29e945b0c7ae7c94c1a4ba
ndroid.mk
inetex.cpp
622cfadc8f0d294f875151fe1d8985e0553795ea 05-Mar-2012 Mathias Agopian <mathias@google.com> fixup include paths

- remove unneeded include deps
- remove some hardcoded include paths

Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
ndroid.mk
870b8aa15cb5c722b5d8eb7726eaa5f1a7c23d69 25-Feb-2012 Mathias Agopian <mathias@google.com> remove libui dependency on libEGL

Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
ndroid.mk
inetex.cpp
6c7d04b1d038318a9fe3ba59ce2a748bd00578eb 31-Oct-2009 Mathias Agopian <mathias@google.com> Turns out the SGX driver is correct and the bug was in this test.

make sure the 565 1-texel wide texture is specified with an alignment of 4
which is the OpenGL ES default.
inetex.cpp
3810c2b6c6216211a67f6240a8c520b1de4e409d 29-Oct-2009 Mathias Agopian <mathias@google.com> update line test to expose some bug on SGX530 ed4
inetex.cpp
32216166f127d7d30765b08d219f2c4ffd754080 28-Oct-2009 Mathias Agopian <mathias@google.com> added GL test for textured lines
ndroid.mk
inetex.cpp