• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.vscode/25-Apr-2025-2827

system/25-Apr-2025-26,76119,624

.clang-formatD25-Apr-2025349 1412

.gitignoreD25-Apr-202550 54

Android.bpD25-Apr-20251.8 KiB5046

BUILD.gnD25-Apr-20258.2 KiB213201

GNUmakefileD25-Apr-20252.1 KiB6123

LICENSED25-Apr-202511.6 KiB215177

METADATAD25-Apr-2025417 1211

OWNERSD25-Apr-2025280 1614

READMED25-Apr-2025810 2014

cmake_transform.pyD25-Apr-20256.8 KiB234182

json-dump.mkD25-Apr-20251.3 KiB4130

rebuild.shD25-Apr-2025479 2620

README

1This directory contains Android-side modules related to hardware OpenGL ES
2emulation. The host-side modules and documentation are in
3$ANDROID_BUILD_TOP/sdk/emulator/opengl.
4
5Note that this directory contains encoder sources that are auto-generated
6with the 'emugen' host tool (see sdk/emulator/opengl/host/tools/emugen).
7
8To regenerate them, run external/qemu/distrib/update-emugl-sources.sh,
9after building the emulator from sources, this will populate the content
10here with the appropriate updated source files.
11
12You should do this whenever you update one of the *.types, *.in and *.attrib
13files located under one of:
14
15  $AOSP/sdk/emulator/opengl/libs/GLESv1_dec/
16  $AOSP/sdk/emulator/opengl/libs/GLESv2_dec/
17  $AOSP/sdk/emulator/opengl/libs/renderControl_dec/
18
19or when the 'emugen' tool itself is modified.
20