/sdk/emulator/opengl/ |
D | Android.mk | 17 $(EMUGL_PATH)/host/include/libOpenglRender \ 21 EMUGL_COMMON_INCLUDES := $(EMUGL_PATH)/host/libs/Translator/include 70 include $(EMUGL_PATH)/host/tools/emugen/Android.mk 80 include $(EMUGL_PATH)/host/libs/GLESv1_dec/Android.mk 81 include $(EMUGL_PATH)/host/libs/GLESv2_dec/Android.mk 82 include $(EMUGL_PATH)/host/libs/renderControl_dec/Android.mk 84 include $(EMUGL_PATH)/host/libs/Translator/GLcommon/Android.mk 85 include $(EMUGL_PATH)/host/libs/Translator/GLES_CM/Android.mk 86 include $(EMUGL_PATH)/host/libs/Translator/GLES_V2/Android.mk 87 include $(EMUGL_PATH)/host/libs/Translator/EGL/Android.mk [all …]
|
D | README | 1 This directory contains the host-side modules related to hardware OpenGL ES 9 EGL/GLES command stream used between the guest and the host during emulation. 11 host/tools/emugen -> emugen program 22 bytes sent to the host through a fast pipe mechanism. 32 Modules under the host/ directory corresponds to code that runs on the 33 host, and implement the decoding of the command stream, translation of 37 host/libs/GLESv1_dec -> decoder for GLES 1.1 commands 38 host/libs/GLESv2_dec -> decoder for GLES 2.0 commands 39 host/libs/renderControl_dec -> decoder for rendering control commands 41 host/libs/Translator/EGL -> translator for EGL commands [all …]
|
D | DESIGN | 10 - Several host "translator" libraries. They implement the EGL, GLES 1.1 and 103 of the commands result in data going from the guest to the host. A complete 159 Note that, in the above graphics, only the host system libraries at the bottom 190 GPU vendors like NVidia, AMD or ARM all provide host versions of the 216 - The host renderer and translator libraries are under 237 $EMUGL_HOST/host -> host libraries (translator + renderer) 238 $EMUGL_HOST/shared -> host copy of shared libraries 242 point both guest and host code lived in the same place. That turned out to be 251 There are three translator host libraries provided by this project: 257 The full name of the library will depend on the host system. [all …]
|
D | common.mk | 23 emugl-begin-host-static-library = $(call emugl-begin-module,$1,HOST_STATIC_LIBRARY,HOST) 24 emugl-begin-host-shared-library = $(call emugl-begin-module,$1,HOST_SHARED_LIBRARY,HOST) 25 emugl-begin-host-executable = $(call emugl-begin-module,$1,HOST_EXECUTABLE,HOST) 123 $(error There is already a $(if $3,host,) module named $1!)\
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | Android.mk | 44 $(call emugl-begin-host-shared-library,libOpenglRender) 51 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include) 55 LOCAL_C_INCLUDES += $(EMUGL_PATH)/host/libs/Translator/include 74 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include) 78 LOCAL_C_INCLUDES += $(EMUGL_PATH)/host/libs/Translator/include
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | Android.mk | 24 $(call emugl-begin-host-static-library,libOpenglCodecCommon) 28 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include/libOpenglRender $(LOCAL_PATH)) 40 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include/libOpenglRender $(LOCAL_PATH))
|
/sdk/adtproductbuild/ |
D | Android.mk | 27 ADT_IDE_BUILD_LOG := $(TOPDIR)out/host/eclipse/adtproduct/adtproduct.log 28 ADT_IDE_ARTIFACT_DIR := $(TOPDIR)out/host/eclipse/adtproduct/pbuild/I.RcpBuild 29 ADT_IDE_RELEASE_DIR := $(TOPDIR)out/host/eclipse/adtproduct/release 49 $(hide)rm -rf $(TOPDIR)out/host/eclipse/adtproduct/fbuild/plugins 50 $(hide)rm -rf $(TOPDIR)out/host/eclipse/adtproduct/pbuild/plugins 58 -configuration ../../out/host/eclipse/adtproduct/ant-configuration \ 59 -data ../../out/host/eclipse/adtproduct/ant-workspace \
|
/sdk/build/ |
D | patch_windows_sdk.sh | 39 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}sdk/build/tools.windows.atree \ 40 -I $WIN_OUT_DIR/host/windows-x86 \
|
/sdk/eclipse/scripts/ |
D | build_adt.sh | 48 cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/ 49 cp -rv out/host/maven/p2repo-*/p2repo-*.zip "$DIST"/p2repo-$BNUM.zip
|
/sdk/monitor/ |
D | Android.mk | 23 RCP_LOG_FILE := out/host/eclipse/rcp/build/monitor.log 24 RCP_MONITOR_DIR := $(TOPDIR)out/host/eclipse/rcp/build/I.RcpBuild 49 -configuration ../../out/host/eclipse/rcp/build/configuration \
|
/sdk/emulator/opengl/shared/emugl/common/ |
D | Android.mk | 18 $(call emugl-begin-host-static-library,libemugl_common) 44 $(call emugl-begin-host-executable,emugl_common_host_unittests)
|
/sdk/apps/NotificationStudio/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests3/lib2/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/emulator/opengl/host/renderer/ |
D | Android.mk | 4 $(call emugl-begin-host-executable,emulator_renderer)
|
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/ |
D | Android.mk | 3 $(call emugl-begin-host-shared-library,libut_rendercontrol_dec)
|
/sdk/eclipse/ |
D | TYCHO_BUILD | 6 The resulting artifacts will be in $OUT/host/maven/bundles-<version>-SNAPSHOT/products/
|
/sdk/emulator/opengl/tests/event_injector/ |
D | Android.mk | 3 $(call emugl-begin-host-static-library,event_injector)
|
/sdk/emulator/opengl/tests/emulator_test_renderer/ |
D | Android.mk | 3 $(call emugl-begin-host-executable,emulator_test_renderer)
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
D | Android.mk | 5 $(call emugl-begin-host-static-library,libEGL_host_wrapper)
|
/sdk/emulator/opengl/tests/translator_tests/MacCommon/ |
D | Android.mk | 4 $(call emugl-begin-host-static-library,libMac_view)
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Android.mk | 5 $(call emugl-begin-host-executable,ut_renderer)
|
/sdk/emulator/opengl/host/tools/emugen/ |
D | Android.mk | 21 $(call emugl-begin-host-executable,emugen)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | Android.mk | 11 $(call emugl-begin-host-shared-library,libGLES_CM_translator)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | Android.mk | 12 $(call emugl-begin-host-shared-library,libGLES_V2_translator)
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | Android.mk | 3 $(call emugl-begin-host-executable,triangleV2)
|