device/generic/goldfish-opengl
cpeng 6cdeb5a31c android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
..
android-emu android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
fuchsia android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
host/include/libOpenglRender android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
shared android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
system android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
tests android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Android.mk android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
BUILD.gn android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
CMakeLists.txt android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
GNUmakefile android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
LICENSE android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
METADATA android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
OWNERS android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
README android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
cmake_transform.py android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
common.mk android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
json-dump.mk android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
meson.build android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
meson_options.txt android 13 from xiaosuan 2025-08-25 08:28:21 +08:00

README

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.