• Home
Name Date Size #Lines LOC

..--

.vscode/03-May-2024-2827

android-emu/03-May-2024-11,2387,121

fuchsia/03-May-2024-1,272591

host/include/libOpenglRender/03-May-2024-14693

platform/03-May-2024-1,102737

shared/03-May-2024-13,09710,219

system/03-May-2024-629,440514,512

tests/03-May-2024-4,4123,535

third-party/03-May-2024-1,348556

.clang-formatD03-May-2024349 1412

.gitignoreD03-May-202450 54

Android.bpD03-May-20241.8 KiB5046

Android.mkD03-May-20246.4 KiB196102

BUILD.gnD03-May-20248.2 KiB214202

CMakeLists.txtD03-May-2024928 2222

GNUmakefileD03-May-20242.1 KiB6123

LICENSED03-May-202411.6 KiB215177

METADATAD03-May-2024417 1211

OWNERSD03-May-2024244 1513

READMED03-May-2024810 2014

cmake_transform.pyD03-May-20246.4 KiB225174

common.mkD03-May-20249.9 KiB268146

json-dump.mkD03-May-20241.3 KiB4130

meson.buildD03-May-20241.7 KiB6956

meson_options.txtD03-May-20241.2 KiB2622

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