Home
last modified time | relevance | path

Searched refs:LockStepThreadFunc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/tests/test_utils/
H A DMultiThreadSteps.h98 using LockStepThreadFunc = std::function<void(EGLDisplay, EGLSurface, EGLContext)>; variable
99 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]);
104 LockStepThreadFunc threadFuncs[]);
H A DMultiThreadSteps.cpp18 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 DMultithreadingTest.cpp1215 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 DImageTest.cpp7094 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 DEGLMultiContextTest.cpp565 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass()
718 std::array<LockStepThreadFunc, kMaxThreadCountMakingMapBufferCall + 1> threadFuncs; in TEST_P()
H A DEGLBlobCacheTest.cpp519 std::vector<LockStepThreadFunc> threadFuncs(kNumThreads); in TEST_P()