| /device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
| D | entry_points_egl.cpp | 60 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 …]
|
| D | entry_points_egl_ext.cpp | 39 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 …]
|
| D | global_state.h | 49 egl::Thread *thread = egl::GetCurrentThread(); in GetGlobalContext() local 60 egl::Thread *thread = egl::GetCurrentThread(); in GetValidGlobalContext() local
|
| D | global_state.cpp | 55 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/ |
| D | xf-osal.h | 179 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/ |
| D | entry_points_wgl.cpp | 108 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/ |
| D | RendererImpl.cpp | 241 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/ |
| D | xf-osal.h | 183 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/ |
| D | main.cpp | 205 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/ |
| D | MultithreadingTest.cpp | 138 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/ |
| D | EglImp.cpp | 250 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
|
| D | EglContext.cpp | 102 ThreadInfo* thread = getThreadInfo(); in ~EglContext() local
|
| /device/generic/vulkan-cereal/snapshot/ |
| D | TextureLoader.h | 62 AEMU_EXPORT void acquireLoaderThread(LoaderThreadPtr thread) override { in acquireLoaderThread()
|
| /device/google/cuttlefish/host/libs/confui/ |
| D | host_utils.cc | 21 namespace thread { namespace
|
| /device/google/cuttlefish/host/frontend/webrtc/lib/ |
| D | port_range_socket_factory.cpp | 52 rtc::Thread* thread, std::pair<uint16_t, uint16_t> udp_port_range, in PortRangeSocketFactory()
|
| /device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
| D | track_descriptor.pbzero.h | 40 ::protozero::ConstBytes thread() const { return at<4>().as_bytes(); } in thread() function
|
| /device/google/trout/hal/vehicle/2.0/ |
| D | GarageModeServerSideHandler.cpp | 55 for (auto& thread : mThreads) { in ~GarageModeServerSideHandlerImpl() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | Display.cpp | 848 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()
|
| D | validationEGL.cpp | 814 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/ |
| D | vulkanhal_unittest.cpp | 1712 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/ |
| D | android_native_app_glue.h | 173 pthread_t thread; member
|
| /device/amlogic/yukawa/hal/hdmicec/ |
| D | hdmi_cec.c | 50 pthread_t thread; member
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | subprocess.cpp | 285 for (auto& thread : threads_) { in ~ThreadJoiner() local
|
| /device/linaro/hikey/hifi/xaf/host-apf/include/ |
| D | xf-proxy.h | 176 xf_thread_t thread; member
|
| /device/generic/goldfish/fingerprint/ |
| D | fingerprint.c | 72 pthread_t thread; member
|