Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
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()
DMultiThreadSteps.h99 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]);
104 LockStepThreadFunc threadFuncs[]);
/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp1223 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1228 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1361 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass() local
1366 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in testFenceWithOpenRenderPass()
1545 std::array<LockStepThreadFunc, 3> threadFuncs = { in TEST_P() local
1551 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1653 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1658 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1760 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1765 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
[all …]
DImageTest.cpp6588 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
6593 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
6693 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
6698 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
6843 std::array<LockStepThreadFunc, 1> threadFuncs = { in FramebufferAttachmentDeletedWhileInUseHelper() local
6847 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in FramebufferAttachmentDeletedWhileInUseHelper()
/external/angle/src/tests/egl_tests/
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()
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()