aosp12/device/generic/goldfish-opengl
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.vscode init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android-emu init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
fuchsia init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
host/include/libOpenglRender init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
shared init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
system init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BUILD.gn init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
GNUmakefile init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cmake_transform.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
common.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
json-dump.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +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.