Skip to content
Snippets Groups Projects
user avatar
Roman Kiryanov authored
Other parts of the code expect to see an AHB
format there. The format field is ignored
if externalFormat is set.

Bug: 131181334
Test: make
Change-Id: I509f608f66f2cd5c354beebb9500ab6a79fb6568
Merged-In: Ic34c6a2bea57c0008cceb99b5a50f79392092b14
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
0b382906
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.