You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
.vscode v811_spc009_project 4 months ago
android-emu v811_spc009_project 4 months ago
fuchsia v811_spc009_project 4 months ago
host/include/libOpenglRender v811_spc009_project 4 months ago
shared v811_spc009_project 4 months ago
system v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
Android.mk v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
GNUmakefile v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
cmake_transform.py v811_spc009_project 4 months ago
common.mk v811_spc009_project 4 months ago
json-dump.mk v811_spc009_project 4 months ago

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.