anbox/android/opengl
2018-05-18 19:38:18 +02:00
..
host/include/libOpenglRender Import goldfish HAL sources from devices/generic/goldfish 2017-01-09 08:05:04 +01:00
shared/OpenglCodecCommon Import goldfish HAL sources from devices/generic/goldfish 2017-01-09 08:05:04 +01:00
system graphics: correctly pass layer alpha level through 2018-05-18 19:38:18 +02:00
tests Import goldfish HAL sources from devices/generic/goldfish 2017-01-09 08:05:04 +01:00
Android.mk Import goldfish HAL sources from devices/generic/goldfish 2017-01-09 08:05:04 +01:00
common.mk Import goldfish HAL sources from devices/generic/goldfish 2017-01-09 08:05:04 +01:00
README Import goldfish HAL sources from devices/generic/goldfish 2017-01-09 08:05:04 +01:00

This directory contains Android-side modules related to hardware OpenGL ES
emulation. The host-side modules and documentation are in
$ANDROID_BUILD_TOP/sdk/emulator/opengl.

Note that this directory contains encoder sources that are auto-generated
with the 'emugen' host tool (see sdk/emulator/opengl/host/tools/emugen).

To regenerate them, run external/qemu/distrib/update-emugl-sources.sh,
after building the emulator from sources, this will populate the content
here with the appropriate updated source files.

You should do this whenever you update one of the *.types, *.in and *.attrib
files located under one of:

  $AOSP/sdk/emulator/opengl/libs/GLESv1_dec/
  $AOSP/sdk/emulator/opengl/libs/GLESv2_dec/
  $AOSP/sdk/emulator/opengl/libs/renderControl_dec/

or when the 'emugen' tool itself is modified.