Home
last modified time | relevance | path

Searched refs:testPlatformContext (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A DANGLETest.cpp59 auto *testPlatformContext = static_cast<TestPlatformContext *>(platform->context); in TestPlatform_logError() local
60 if (testPlatformContext->ignoreMessages) in TestPlatform_logError()
70 auto *testPlatformContext = static_cast<TestPlatformContext *>(platform->context); in TestPlatform_logWarning() local
71 if (testPlatformContext->ignoreMessages) in TestPlatform_logWarning()
74 if (testPlatformContext->warningsAsErrors) in TestPlatform_logWarning()
88 auto *testPlatformContext = static_cast<TestPlatformContext *>(platform->context); in TestPlatform_overrideWorkaroundsD3D() local
89 if (testPlatformContext->currentTest) in TestPlatform_overrideWorkaroundsD3D()
91 testPlatformContext->currentTest->overrideWorkaroundsD3D(featuresD3D); in TestPlatform_overrideWorkaroundsD3D()
97 auto *testPlatformContext = static_cast<TestPlatformContext *>(platform->context); in TestPlatform_overrideFeaturesVk() local
98 if (testPlatformContext->currentTest) in TestPlatform_overrideFeaturesVk()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLProgramCacheControlTest.cpp77 auto *testPlatformContext = static_cast<TestPlatformContext *>(platform->context); in TestCacheProgram() local
79 reinterpret_cast<EGLProgramCacheControlTest *>(testPlatformContext->currentTest); in TestCacheProgram()