Home
last modified time | relevance | path

Searched refs:emugl (Results 1 – 25 of 83) sorted by relevance

1234

/sdk/emulator/opengl/host/libs/GLESv1_dec/
DAndroid.mk11 $(call emugl-begin-host-static-library,libGLESv1_dec)
13 $(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
14 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
16 $(call emugl-gen-decoder,$(LOCAL_PATH),gl)
20 $(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS))
21 $(call emugl-export,LDLIBS,-lstdc++)
23 $(call emugl-end-module)
28 $(call emugl-begin-host64-static-library,lib64GLESv1_dec)
30 $(call emugl-import, lib64OpenglCodecCommon lib64OpenglOsUtils)
31 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
[all …]
/sdk/emulator/opengl/shared/emugl/common/
DAndroid.mk18 $(call emugl-begin-host-static-library,libemugl_common)
20 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/shared)
21 $(call emugl-export,LDLIBS,-lstdc++)
22 $(call emugl-end-module)
25 $(call emugl-begin-host64-static-library,lib64emugl_common)
27 $(call emugl-export,CFLAGS,-m64 -fPIC)
28 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/shared)
29 $(call emugl-export,LDLIBS,-lstdc++)
30 $(call emugl-end-module)
44 $(call emugl-begin-host-executable,emugl_common_host_unittests)
[all …]
/sdk/emulator/opengl/host/libs/GLESv2_dec/
DAndroid.mk11 $(call emugl-begin-host-static-library,libGLESv2_dec)
12 $(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
13 $(call emugl-gen-decoder,$(LOCAL_PATH),gl2)
16 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
18 $(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS))
22 $(call emugl-end-module)
26 $(call emugl-begin-host64-static-library,lib64GLESv2_dec)
27 $(call emugl-import, lib64OpenglCodecCommon lib64OpenglOsUtils)
28 $(call emugl-gen-decoder,$(LOCAL_PATH),gl2)
31 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
[all …]
/sdk/emulator/opengl/host/libs/renderControl_dec/
DAndroid.mk5 $(call emugl-begin-host-static-library,lib_renderControl_dec)
6 $(call emugl-import,libOpenglCodecCommon)
7 $(call emugl-gen-decoder,$(LOCAL_PATH),renderControl)
9 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
10 $(call emugl-end-module)
14 $(call emugl-begin-host64-static-library,lib64_renderControl_dec)
15 $(call emugl-import,lib64OpenglCodecCommon)
16 $(call emugl-gen-decoder,$(LOCAL_PATH),renderControl)
18 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
19 $(call emugl-export,CFLAGS,-m64)
[all …]
/sdk/emulator/opengl/
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)
27 emugl-begin-host64-static-library = $(call emugl-begin-module64,$1,HOST_STATIC_LIBRARY,HOST)
28 emugl-begin-host64-shared-library = $(call emugl-begin-module64,$1,HOST_SHARED_LIBRARY,HOST)
29 emugl-begin-host64-executable = $(call emugl-begin-module64,$1,HOST_EXECUTABLE,HOST)
42 emugl-begin-module = \
56 emugl-begin-module64 = \
57 $(call emugl-begin-module,$1,$2,$3) \
61 emugl-end-module = \
[all …]
Dgoogletest.mk25 $(call emugl-begin-host-static-library,libemugl_gtest)
29 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/include)
30 $(call emugl-export,LDLIBS,$(common_LDLIBS))
31 $(call emugl-end-module)
34 $(call emugl-begin-host64-static-library,lib64emugl_gtest)
39 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/include)
40 $(call emugl-export,CFLAGS,-m64)
41 $(call emugl-export,LDLIBS,$(common_LDLIBS) -m64)
42 $(call emugl-end-module)
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DAndroid.mk36 $(call emugl-begin-host-static-library,libGLcommon)
38 $(call emugl-import,libOpenglOsUtils)
41 $(call emugl-export,LDLIBS,$(host_common_LDLIBS))
42 $(call emugl-export,LDFLAGS,$(host_common_LDFLAGS))
43 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/../include $(EMUGL_PATH)/shared)
44 $(call emugl-export,STATIC_LIBRARIES, libemugl_common)
46 $(call emugl-end-module)
51 $(call emugl-begin-host64-static-library,lib64GLcommon)
53 $(call emugl-import,lib64OpenglOsUtils)
57 $(call emugl-export,LDLIBS,$(host_common_LDLIBS))
[all …]
DobjectNameManager.cpp128 emugl::Mutex::AutoLock _lock(m_lock); in genName()
167 emugl::Mutex::AutoLock _lock(m_lock); in ~ShareGroup()
182 emugl::Mutex::AutoLock _lock(m_lock); in genName()
193 emugl::Mutex::AutoLock _lock(m_lock); in genGlobalName()
203 emugl::Mutex::AutoLock _lock(m_lock); in getGlobalName()
213 emugl::Mutex::AutoLock _lock(m_lock); in getLocalName()
222 emugl::Mutex::AutoLock _lock(m_lock); in deleteName()
235 emugl::Mutex::AutoLock _lock(m_lock); in isObject()
246 emugl::Mutex::AutoLock _lock(m_lock); in replaceGlobalName()
257 emugl::Mutex::AutoLock _lock(m_lock); in setObjectData()
[all …]
/sdk/emulator/opengl/shared/OpenglOsUtils/
DAndroid.mk32 $(call emugl-begin-host-static-library,libOpenglOsUtils)
33 $(call emugl-export,C_INCLUDES,$(host_common_INCLUDES))
35 $(call emugl-export,LDLIBS,$(host_common_LDLIBS))
36 $(call emugl-import,libemugl_common)
37 $(call emugl-end-module)
41 $(call emugl-begin-host64-static-library,lib64OpenglOsUtils)
42 $(call emugl-export,C_INCLUDES,$(host_common_INCLUDES))
44 $(call emugl-export,LDLIBS,$(host_common_LDLIBS))
45 $(call emugl-import,lib64emugl_common)
46 $(call emugl-export,CFLAGS,-m64 -fPIC)
[all …]
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DAndroid.mk24 $(call emugl-begin-host-static-library,libOpenglCodecCommon)
27 $(call emugl-import, libemugl_common)
28 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include/libOpenglRender $(LOCAL_PATH))
29 $(call emugl-export,LDLIBS,-lstdc++)
30 $(call emugl-end-module)
35 $(call emugl-begin-host64-static-library,lib64OpenglCodecCommon)
39 $(call emugl-import, lib64emugl_common)
40 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include/libOpenglRender $(LOCAL_PATH))
41 $(call emugl-export,CFLAGS,-m64 -fPIC)
42 $(call emugl-export,LDLIBS,-lstdc++)
[all …]
DTcpStream.cpp40 emugl::socketTcpDisableNagle(sock); in TcpStream()
44 m_sock = emugl::socketTcpLoopbackServer(0, SOCK_STREAM); in listen()
48 int port = emugl::socketGetPort(m_sock); in listen()
61 int clientSock = emugl::socketAccept(m_sock); in accept()
70 m_sock = emugl::socketTcpLoopbackClient(port, SOCK_STREAM); in connect()
76 m_sock = emugl::socketTcpClient(hostname, port, SOCK_STREAM); in connect()
DGLSharedGroup.cpp231 emugl::Mutex::AutoLock _lock(m_lock); in getBufferData()
237 emugl::Mutex::AutoLock _lock(m_lock); in addBufferData()
243 emugl::Mutex::AutoLock _lock(m_lock); in updateBufferData()
249 emugl::Mutex::AutoLock _lock(m_lock); in subUpdateBufferData()
260 emugl::Mutex::AutoLock _lock(m_lock); in deleteBufferData()
266 emugl::Mutex::AutoLock _lock(m_lock); in addProgramData()
272 emugl::Mutex::AutoLock _lock(m_lock); in initProgramData()
281 emugl::Mutex::AutoLock _lock(m_lock); in isProgramInitialized()
288 emugl::Mutex::AutoLock _lock(m_lock); in deleteProgramData()
294 emugl::Mutex::AutoLock _lock(m_lock); in attachShader()
[all …]
/sdk/emulator/opengl/host/libs/libOpenglRender/
DAndroid.mk44 $(call emugl-begin-host-shared-library,libOpenglRender)
46 $(call emugl-import,libGLESv1_dec libGLESv2_dec lib_renderControl_dec libOpenglCodecCommon libOpeng…
51 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include)
52 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
59 $(call emugl-export,CFLAGS,$(host_common_CFLAGS))
61 $(call emugl-end-module)
66 $(call emugl-begin-host64-shared-library,lib64OpenglRender)
68 …$(call emugl-import,lib64GLESv1_dec lib64GLESv2_dec lib64_renderControl_dec lib64OpenglCodecCommon…
74 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include)
75 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
[all …]
DThreadInfo.cpp23 class ThreadInfoStore : public ::emugl::ThreadStore {
25 ThreadInfoStore() : ::emugl::ThreadStore(NULL) {} in ThreadInfoStore()
30 static ::emugl::LazyInstance<ThreadInfoStore> s_tls = LAZY_INSTANCE_INIT;
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DAndroid.mk11 $(call emugl-begin-host-shared-library,libGLES_CM_translator)
13 $(call emugl-import,libGLcommon)
17 $(call emugl-end-module)
22 $(call emugl-begin-host64-shared-library,lib64GLES_CM_translator)
24 $(call emugl-import,lib64GLcommon)
30 $(call emugl-end-module)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DAndroid.mk12 $(call emugl-begin-host-shared-library,libGLES_V2_translator)
13 $(call emugl-import, libGLcommon)
17 $(call emugl-end-module)
22 $(call emugl-begin-host64-shared-library,lib64GLES_V2_translator)
23 $(call emugl-import, lib64GLcommon)
28 $(call emugl-end-module)
/sdk/emulator/opengl/tests/ut_rendercontrol_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
4 $(call emugl-import,libOpenglCodecCommon)
5 $(call emugl-gen-encoder,$(LOCAL_PATH),ut_rendercontrol)
6 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
7 $(call emugl-end-module)
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.cpp33 emugl::Mutex::AutoLock mutex(m_lock); in ~EglDisplay()
61 emugl::Mutex::AutoLock mutex(m_lock); in initialize()
70 emugl::Mutex::AutoLock mutex(m_lock); in terminate()
130 emugl::Mutex::AutoLock mutex(m_lock); in getConfig()
142 emugl::Mutex::AutoLock mutex(m_lock); in getSurface()
152 emugl::Mutex::AutoLock mutex(m_lock); in getContext()
162 emugl::Mutex::AutoLock mutex(m_lock); in removeSurface()
174 emugl::Mutex::AutoLock mutex(m_lock); in removeSurface()
191 emugl::Mutex::AutoLock mutex(m_lock); in removeContext()
203 emugl::Mutex::AutoLock mutex(m_lock); in removeContext()
[all …]
DAndroid.mk41 $(call emugl-begin-host-shared-library,libEGL_translator)
42 $(call emugl-import,libGLcommon)
47 $(call emugl-end-module)
51 $(call emugl-begin-host64-shared-library,lib64EGL_translator)
52 $(call emugl-import,lib64GLcommon)
57 $(call emugl-end-module)
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/
DAndroid.mk3 $(call emugl-begin-host-shared-library,libut_rendercontrol_dec)
4 $(call emugl-import, libOpenglCodecCommon)
5 $(call emugl-gen-decoder,$(LOCAL_PATH),ut_rendercontrol)
6 $(call emugl-end-module)
/sdk/emulator/opengl/tests/EGL_host_wrapper/
DAndroid.mk5 $(call emugl-begin-host-static-library,libEGL_host_wrapper)
11 $(call emugl-export,LDLIBS,-ldl -pthread)
12 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
14 $(call emugl-end-module)
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DAndroid.mk3 $(call emugl-begin-host-executable,triangleV2)
4 $(call emugl-import,libEGL_translator libGLES_V2_translator)
22 $(call emugl-import,libMac_view)
25 $(call emugl-end-module)
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DAndroid.mk3 $(call emugl-begin-host-executable,triangleCM)
4 $(call emugl-import,libEGL_translator libGLES_CM_translator)
25 $(call emugl-import,libMac_view)
28 $(call emugl-end-module)
/sdk/emulator/opengl/host/renderer/
DAndroid.mk4 $(call emugl-begin-host-executable,emulator_renderer)
5 $(call emugl-import,libOpenglRender)
13 $(call emugl-end-module)
/sdk/emulator/opengl/tests/event_injector/
DAndroid.mk3 $(call emugl-begin-host-static-library,event_injector)
11 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
13 $(call emugl-end-module)

1234