Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.vscode/ | 23-Mar-2024 | - | 27 | 27 | ||
android-emu/ | 23-Mar-2024 | - | 7,456 | 4,635 | ||
fuchsia/ | 23-Mar-2024 | - | 628 | 449 | ||
host/include/libOpenglRender/ | 23-Mar-2024 | - | 119 | 69 | ||
shared/ | 23-Mar-2024 | - | 9,367 | 7,164 | ||
system/ | 23-Mar-2024 | - | 166,473 | 144,143 | ||
tests/ | 23-Mar-2024 | - | 4,401 | 3,526 | ||
Android.bp | D | 23-Mar-2024 | 640 | 18 | 16 | |
Android.mk | D | 23-Mar-2024 | 6 KiB | 177 | 88 | |
BUILD.gn | D | 23-Mar-2024 | 5.8 KiB | 155 | 144 | |
CMakeLists.txt | D | 23-Mar-2024 | 867 | 20 | 20 | |
GNUmakefile | D | 23-Mar-2024 | 2.1 KiB | 61 | 23 | |
METADATA | D | 23-Mar-2024 | 39 | 4 | 3 | |
README | D | 23-Mar-2024 | 810 | 20 | 14 | |
cmake_transform.py | D | 23-Mar-2024 | 6.3 KiB | 191 | 140 | |
common.mk | D | 23-Mar-2024 | 9.9 KiB | 268 | 146 | |
json-dump.mk | D | 23-Mar-2024 | 1.3 KiB | 41 | 30 |
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