Home
last modified time | relevance | path

Searched refs:platformSupportsMultithreading (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp152 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
194 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
227 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
298 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
345 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
402 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
614 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in mainThreadDraw()
740 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
DVulkanMultithreadingTest.cpp129 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
/external/angle/src/tests/egl_tests/
DEGLContextASANTest.cpp45 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
DEGLMultiContextTest.cpp79 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
DEGLContextSharingTest.cpp365 ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); in TEST_P()
/external/angle/src/tests/test_utils/
DANGLETest.h529 bool platformSupportsMultithreading() const;
DANGLETest.cpp1175 bool ANGLETestBase::platformSupportsMultithreading() const in platformSupportsMultithreading() function in ANGLETestBase