Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 56) sorted by relevance

123

/sdk/emulator/opengl/
DAndroid.mk17 $(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 …]
DREADME1 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 …]
DDESIGN10 - 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 …]
Dcommon.mk23 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/
DAndroid.mk44 $(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/
DAndroid.mk24 $(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/
DAndroid.mk27 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/
Dpatch_windows_sdk.sh39 ${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/
Dbuild_adt.sh48 cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/
49 cp -rv out/host/maven/p2repo-*/p2repo-*.zip "$DIST"/p2repo-$BNUM.zip
/sdk/monitor/
DAndroid.mk23 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/
DAndroid.mk18 $(call emugl-begin-host-static-library,libemugl_common)
44 $(call emugl-begin-host-executable,emugl_common_host_unittests)
/sdk/apps/NotificationStudio/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests3/lib2/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/emulator/opengl/host/renderer/
DAndroid.mk4 $(call emugl-begin-host-executable,emulator_renderer)
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/
DAndroid.mk3 $(call emugl-begin-host-shared-library,libut_rendercontrol_dec)
/sdk/eclipse/
DTYCHO_BUILD6 The resulting artifacts will be in $OUT/host/maven/bundles-<version>-SNAPSHOT/products/
/sdk/emulator/opengl/tests/event_injector/
DAndroid.mk3 $(call emugl-begin-host-static-library,event_injector)
/sdk/emulator/opengl/tests/emulator_test_renderer/
DAndroid.mk3 $(call emugl-begin-host-executable,emulator_test_renderer)
/sdk/emulator/opengl/tests/EGL_host_wrapper/
DAndroid.mk5 $(call emugl-begin-host-static-library,libEGL_host_wrapper)
/sdk/emulator/opengl/tests/translator_tests/MacCommon/
DAndroid.mk4 $(call emugl-begin-host-static-library,libMac_view)
/sdk/emulator/opengl/tests/ut_renderer/
DAndroid.mk5 $(call emugl-begin-host-executable,ut_renderer)
/sdk/emulator/opengl/host/tools/emugen/
DAndroid.mk21 $(call emugl-begin-host-executable,emugen)
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DAndroid.mk11 $(call emugl-begin-host-shared-library,libGLES_CM_translator)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DAndroid.mk12 $(call emugl-begin-host-shared-library,libGLES_V2_translator)
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DAndroid.mk3 $(call emugl-begin-host-executable,triangleV2)

123