Home
last modified time | relevance | path

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

/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.cpp381 std::vector<LockStepThreadFunc> threadFuncs(kNumThreads); in TEST_P() local
384 threadFuncs[i] = [=](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P()
391 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
/external/angle/src/tests/test_utils/
DMultiThreadSteps.cpp18 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]) in RunLockStepThreads() argument
53 threads[threadIndex] = std::thread(std::move(threadFuncs[threadIndex]), dpy, in RunLockStepThreads()
DMultiThreadSteps.h99 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]);
/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp1029 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1034 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1167 std::array<LockStepThreadFunc, 2> threadFuncs = { in testFenceWithOpenRenderPass() local
1172 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in testFenceWithOpenRenderPass()
1351 std::array<LockStepThreadFunc, 3> threadFuncs = { in TEST_P() local
1357 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1459 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1464 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
1566 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
1571 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
[all …]
DImageTest.cpp6375 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
6380 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
6482 std::array<LockStepThreadFunc, 2> threadFuncs = { in TEST_P() local
6487 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in TEST_P()
6632 std::array<LockStepThreadFunc, 1> threadFuncs = { in FramebufferAttachmentDeletedWhileInUseHelper() local
6636 RunLockStepThreads(getEGLWindow(), threadFuncs.size(), threadFuncs.data()); in FramebufferAttachmentDeletedWhileInUseHelper()