Searched refs:gDefaultPlatformMethods (Results 1 – 3 of 3) sorted by relevance
343 PlatformMethods gDefaultPlatformMethods; variable420 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()555 gDefaultPlatformMethods.overrideWorkaroundsD3D = TestPlatform_overrideWorkaroundsD3D; in ANGLETestSetUp()556 gDefaultPlatformMethods.overrideFeaturesVk = TestPlatform_overrideFeaturesVk; in ANGLETestSetUp()557 gDefaultPlatformMethods.logError = TestPlatform_logError; in ANGLETestSetUp()558 gDefaultPlatformMethods.logWarning = TestPlatform_logWarning; in ANGLETestSetUp()559 gDefaultPlatformMethods.logInfo = TestPlatform_logInfo; in ANGLETestSetUp()560 gDefaultPlatformMethods.context = &gPlatformContext; in ANGLETestSetUp()
674 extern angle::PlatformMethods gDefaultPlatformMethods;
40 gDefaultPlatformMethods.cacheProgram = TestCacheProgram; in EGLProgramCacheControlTest()55 void testTearDown() override { gDefaultPlatformMethods.cacheProgram = DefaultCacheProgram; } in testTearDown()