Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.vscode/ | 03-May-2024 | - | 28 | 27 | ||
android-emu/ | 03-May-2024 | - | 11,238 | 7,121 | ||
fuchsia/ | 03-May-2024 | - | 1,272 | 591 | ||
host/include/libOpenglRender/ | 03-May-2024 | - | 146 | 93 | ||
platform/ | 03-May-2024 | - | 1,102 | 737 | ||
shared/ | 03-May-2024 | - | 13,097 | 10,219 | ||
system/ | 03-May-2024 | - | 629,440 | 514,512 | ||
tests/ | 03-May-2024 | - | 4,412 | 3,535 | ||
third-party/ | 03-May-2024 | - | 1,348 | 556 | ||
.clang-format | D | 03-May-2024 | 349 | 14 | 12 | |
.gitignore | D | 03-May-2024 | 50 | 5 | 4 | |
Android.bp | D | 03-May-2024 | 1.8 KiB | 50 | 46 | |
Android.mk | D | 03-May-2024 | 6.4 KiB | 196 | 102 | |
BUILD.gn | D | 03-May-2024 | 8.2 KiB | 214 | 202 | |
CMakeLists.txt | D | 03-May-2024 | 928 | 22 | 22 | |
GNUmakefile | D | 03-May-2024 | 2.1 KiB | 61 | 23 | |
LICENSE | D | 03-May-2024 | 11.6 KiB | 215 | 177 | |
METADATA | D | 03-May-2024 | 417 | 12 | 11 | |
OWNERS | D | 03-May-2024 | 244 | 15 | 13 | |
README | D | 03-May-2024 | 810 | 20 | 14 | |
cmake_transform.py | D | 03-May-2024 | 6.4 KiB | 225 | 174 | |
common.mk | D | 03-May-2024 | 9.9 KiB | 268 | 146 | |
json-dump.mk | D | 03-May-2024 | 1.3 KiB | 41 | 30 | |
meson.build | D | 03-May-2024 | 1.7 KiB | 69 | 56 | |
meson_options.txt | D | 03-May-2024 | 1.2 KiB | 26 | 22 |
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