Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultithreadingTest.cpp1215 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1220 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1353 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass() local
1358 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in testFenceWithOpenRenderPass()
1537 std::array<LockStepThreadFunc, 3> threadFuncs = { in TEST_P() local
1543 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1645 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1650 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1752 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1757 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
[all …]
H A DImageTest.cpp7094 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
7099 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
7199 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
7204 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
7350 std::array<LockStepThreadFunc, 1> threadFuncs = { in FramebufferAttachmentDeletedWhileInUseHelper() local
7354 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in FramebufferAttachmentDeletedWhileInUseHelper()
7541 std::array<LockStepThreadFunc, 1> threadFuncs = { in FramebufferResolveAttachmentDeletedWhileInUseHelper() local
7545 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in FramebufferResolveAttachmentDeletedWhileInUseHelper()
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DMultiThreadSteps.cpp18 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]) in RunLockStepThreads() argument
21 RunLockStepThreadsWithSize(window, kPBufferSize, kPBufferSize, threadCount, threadFuncs); in RunLockStepThreads()
28 LockStepThreadFunc threadFuncs[]) in RunLockStepThreadsWithSize() argument
62 threads[threadIndex] = std::thread(std::move(threadFuncs[threadIndex]), dpy, in RunLockStepThreadsWithSize()
H A DMultiThreadSteps.h99 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]);
104 LockStepThreadFunc threadFuncs[]);
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLMultiContextTest.cpp565 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass() local
570 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in testFenceWithOpenRenderPass()
718 std::array<LockStepThreadFunc, kMaxThreadCountMakingMapBufferCall + 1> threadFuncs; in TEST_P() local
721 threadFuncs[i] = std::move(threadA); in TEST_P()
723 threadFuncs[kMaxThreadCountMakingMapBufferCall] = std::move(threadB); in TEST_P()
725 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
H A DEGLBlobCacheTest.cpp519 std::vector<LockStepThreadFunc> threadFuncs(kNumThreads); in TEST_P() local
522 threadFuncs[i] = [=](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P()
529 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()