Searched refs:LockStepThreadFunc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | MultiThreadSteps.h | 98 using LockStepThreadFunc = std::function<void(EGLDisplay, EGLSurface, EGLContext)>; variable 99 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]); 104 LockStepThreadFunc threadFuncs[]);
|
H A D | MultiThreadSteps.cpp | 18 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]) in RunLockStepThreads() 28 LockStepThreadFunc threadFuncs[]) in RunLockStepThreadsWithSize()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 1215 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 1353 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass() 1537 std::array<LockStepThreadFunc, 3> threadFuncs = { in TEST_P() 1645 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 1752 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 1876 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 1992 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFramebufferFetch() 2114 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 3045 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 3449 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() [all …]
|
H A D | ImageTest.cpp | 7094 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 7199 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() 7350 std::array<LockStepThreadFunc, 1> threadFuncs = { in FramebufferAttachmentDeletedWhileInUseHelper() 7541 std::array<LockStepThreadFunc, 1> threadFuncs = { in FramebufferResolveAttachmentDeletedWhileInUseHelper()
|
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLMultiContextTest.cpp | 565 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass() 718 std::array<LockStepThreadFunc, kMaxThreadCountMakingMapBufferCall + 1> threadFuncs; in TEST_P()
|
H A D | EGLBlobCacheTest.cpp | 519 std::vector<LockStepThreadFunc> threadFuncs(kNumThreads); in TEST_P()
|