Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DThreadInfo.cpp21 void ThreadInfo::updateInfo(ContextPtr eglCtx, in updateInfo()
34 static thread_local ThreadInfo s_threadInfo;
36 ThreadInfo *getThreadInfo() { return &s_threadInfo; } in getThreadInfo()
DThreadInfo.h24 struct ThreadInfo { struct
38 ThreadInfo* getThreadInfo(); argument
DClientAPIExts.cpp96 ThreadInfo* thread = getThreadInfo(); \
110 ThreadInfo* thread = getThreadInfo(); \
DAndroid.bp41 "ThreadInfo.cpp",
Dmeson.build17 'ThreadInfo.cpp',
DCMakeLists.txt14 ThreadInfo.cpp)
DEglContext.cpp103 ThreadInfo* thread = getThreadInfo(); in ~EglContext()
DEglImp.cpp267 ThreadInfo* thread = getThreadInfo(); in getGLESContext()
1112 ThreadInfo* thread = getThreadInfo(); in eglMakeCurrent()
1251 ThreadInfo* thread = getThreadInfo(); in eglSwapBuffers()
1272 ThreadInfo* thread = getThreadInfo(); in eglGetCurrentContext()
1294 ThreadInfo* thread = getThreadInfo(); in eglGetCurrentSurface()
1319 ThreadInfo* thread = getThreadInfo(); in eglGetCurrentDisplay()
1341 ThreadInfo* thread = getThreadInfo(); in eglReleaseThread()
1375 ThreadInfo* thread = getThreadInfo(); in getEGLImage()
1430 ThreadInfo* thread = getThreadInfo(); in eglCreateImageKHR()
/hardware/google/gfxstream/guest/OpenglSystemCommon/
Dmeson.build8 'ThreadInfo.cpp',
DAndroid.bp96 "ThreadInfo.cpp",
/hardware/google/gfxstream/guest/
DBUILD.gn167 "OpenglSystemCommon/ThreadInfo.cpp",
168 "OpenglSystemCommon/ThreadInfo.h",
/hardware/interfaces/audio/2.0/
DIStreamIn.hal120 ThreadInfo threadInfo);
DIStreamOut.hal113 ThreadInfo threadInfo);
/hardware/interfaces/audio/4.0/
DIStreamIn.hal126 ThreadInfo threadInfo);
DIStreamOut.hal119 ThreadInfo threadInfo);
/hardware/interfaces/audio/5.0/
DIStreamIn.hal126 ThreadInfo threadInfo);
DIStreamOut.hal119 ThreadInfo threadInfo);
/hardware/interfaces/audio/6.0/
DIStreamIn.hal126 ThreadInfo threadInfo);
DIStreamOut.hal120 ThreadInfo threadInfo);
/hardware/google/gfxstream/host/gl/
DBUILD.bazel73 "glestranslator/EGL/ThreadInfo.cpp",
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp366 ThreadInfo threadInfo = {0, 0}; in prepareForReading()
DStreamOut.cpp353 ThreadInfo threadInfo = {0, 0}; in prepareForWriting()
/hardware/interfaces/audio/common/2.0/
Dtypes.hal939 struct ThreadInfo {
/hardware/interfaces/audio/common/4.0/
Dtypes.hal900 struct ThreadInfo {
/hardware/interfaces/audio/common/5.0/
Dtypes.hal1029 struct ThreadInfo {

12