android13/device/generic/goldfish-opengl
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.vscode initial 2024-06-22 20:45:49 +08:00
android-emu initial 2024-06-22 20:45:49 +08:00
fuchsia initial 2024-06-22 20:45:49 +08:00
host/include/libOpenglRender initial 2024-06-22 20:45:49 +08:00
shared initial 2024-06-22 20:45:49 +08:00
system initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Android.mk initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
GNUmakefile initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
cmake_transform.py initial 2024-06-22 20:45:49 +08:00
common.mk initial 2024-06-22 20:45:49 +08:00
json-dump.mk initial 2024-06-22 20:45:49 +08:00
meson.build initial 2024-06-22 20:45:49 +08:00
meson_options.txt initial 2024-06-22 20:45:49 +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.