Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 28) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_egl.cpp60 Thread *thread = egl::GetCurrentThread(); in EGL_GetError() local
81 Thread *thread = egl::GetCurrentThread(); in EGL_Initialize() local
103 Thread *thread = egl::GetCurrentThread(); in EGL_Terminate() local
123 Thread *thread = egl::GetCurrentThread(); in EGL_QueryString() local
174 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() local
200 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() local
224 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() local
249 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() local
276 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() local
304 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() local
[all …]
Dentry_points_egl_ext.cpp39 Thread *thread = egl::GetCurrentThread(); in EGL_QuerySurfacePointerANGLE() local
115 Thread *thread = egl::GetCurrentThread(); in EGL_PostSubBufferNV() local
178 Thread *thread = egl::GetCurrentThread(); in EGL_GetPlatformDisplayEXT() local
216 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformWindowSurfaceEXT() local
243 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformPixmapSurfaceEXT() local
268 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceAttribEXT() local
344 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceStringEXT() local
380 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribEXT() local
401 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribANGLE() local
424 Thread *thread = egl::GetCurrentThread(); in EGL_CreateImageKHR() local
[all …]
Dglobal_state.h49 egl::Thread *thread = egl::GetCurrentThread(); in GetGlobalContext() local
60 egl::Thread *thread = egl::GetCurrentThread(); in GetValidGlobalContext() local
Dglobal_state.cpp55 Thread *thread = new Thread(); in AllocateCurrentThread() local
116 void SetContextCurrent(Thread *thread, gl::Context *context) in SetContextCurrent()
148 Thread *thread = static_cast<Thread *>(GetTLSValue(threadTLS)); in DeallocateCurrentThread() local
/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f, in __xf_thread_create()
192 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_wgl.cpp108 Thread *thread = egl::GetCurrentThread(); in wglSwapBuffers() local
124 Thread *thread = egl::GetCurrentThread(); in wglCreateContext() local
226 egl::Thread *thread = egl::GetCurrentThread(); in wglGetProcAddress() local
243 Thread *thread = egl::GetCurrentThread(); in wglMakeCurrent() local
/device/generic/vulkan-cereal/stream-servers/
DRendererImpl.cpp241 auto thread = new RenderThread(context, loadStream, callbacks); in addressSpaceGraphicsConsumerCreate() local
247 RenderThread* thread = (RenderThread*)consumer; in addressSpaceGraphicsConsumerDestroy() local
253 RenderThread* thread = (RenderThread*)consumer; in addressSpaceGraphicsConsumerPreSave() local
258 RenderThread* thread = (RenderThread*)consumer; in addressSpaceGraphicsConsumerSave() local
263 RenderThread* thread = (RenderThread*)consumer; in addressSpaceGraphicsConsumerPostSave() local
268 RenderThread* thread = (RenderThread*)consumer; in addressSpaceGraphicsConsumerRegisterPostLoadRenderThread() local
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg) in __xf_thread_create()
203 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp205 auto thread = std::thread(HandleConnection, std::move(vsock_socket), in TcpServer() local
258 auto thread = std::thread(HandleConnection, std::move(vsock_client), in VsockServer() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMultithreadingTest.cpp138 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P()
165 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P()
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglImp.cpp250 ThreadInfo* thread = getThreadInfo(); in getGLESContext() local
1097 ThreadInfo* thread = getThreadInfo(); in eglMakeCurrent() local
1235 ThreadInfo* thread = getThreadInfo(); in eglSwapBuffers() local
1256 ThreadInfo* thread = getThreadInfo(); in eglGetCurrentContext() local
1278 ThreadInfo* thread = getThreadInfo(); in eglGetCurrentSurface() local
1303 ThreadInfo* thread = getThreadInfo(); in eglGetCurrentDisplay() local
1325 ThreadInfo* thread = getThreadInfo(); in eglReleaseThread() local
1353 ThreadInfo* thread = getThreadInfo(); in getEGLImage() local
1374 ThreadInfo* thread = getThreadInfo(); in eglCreateImageKHR() local
DEglContext.cpp102 ThreadInfo* thread = getThreadInfo(); in ~EglContext() local
/device/generic/vulkan-cereal/snapshot/
DTextureLoader.h62 AEMU_EXPORT void acquireLoaderThread(LoaderThreadPtr thread) override { in acquireLoaderThread()
/device/google/cuttlefish/host/libs/confui/
Dhost_utils.cc21 namespace thread { namespace
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dport_range_socket_factory.cpp52 rtc::Thread* thread, std::pair<uint16_t, uint16_t> udp_port_range, in PortRangeSocketFactory()
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dtrack_descriptor.pbzero.h40 ::protozero::ConstBytes thread() const { return at<4>().as_bytes(); } in thread() function
/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp55 for (auto& thread : mThreads) { in ~GarageModeServerSideHandlerImpl() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DDisplay.cpp848 Error Display::terminate(const Thread *thread) in terminate()
1192 Error Display::makeCurrent(const Thread *thread, in makeCurrent()
1289 Error Display::destroyContext(const Thread *thread, gl::Context *context) in destroyContext()
DvalidationEGL.cpp814 Error ValidateLabeledObject(Thread *thread, in ValidateLabeledObject()
1032 const Thread *GetThreadIfValid(const Thread *thread) in GetThreadIfValid()
1108 LabeledObject *GetLabeledObjectIfValid(Thread *thread, in GetLabeledObjectIfValid()
3454 Error ValidateSwapBuffers(Thread *thread, const Display *display, const Surface *eglSurface) in ValidateSwapBuffers()
4145 Error ValidateLabelObjectKHR(Thread *thread, in ValidateLabelObjectKHR()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dvulkanhal_unittest.cpp1712 FunctorThread* thread = new FunctorThread([this, &lock, cbs, sets, pipelineLayout, i]() { in TEST_P() local
1804 FunctorThread* thread = new FunctorThread([this]() { in TEST_P() local
1898 FunctorThread* thread = new FunctorThread([this, cbs, cbs2, sets, pipelineLayout, i]() { in TEST_P() local
2138 …FunctorThread* thread = new FunctorThread([this, maxSetsTotal, buffers, cbs, cbs2, sets, pipelineL… in TEST_P() local
2369 FunctorThread* thread = new FunctorThread([this, cbs, cbs2, sets, pipelineLayout, i]() { in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/util/android/third_party/
Dandroid_native_app_glue.h173 pthread_t thread; member
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c50 pthread_t thread; member
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp285 for (auto& thread : threads_) { in ~ThreadJoiner() local
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h176 xf_thread_t thread; member
/device/generic/goldfish/fingerprint/
Dfingerprint.c72 pthread_t thread; member

12