Searched refs:gDefaultPlatformMethods (Results 1 – 4 of 4) sorted by relevance
40 gDefaultPlatformMethods.cacheProgram = TestCacheProgram; in EGLProgramCacheControlTest()55 void testTearDown() override { gDefaultPlatformMethods.cacheProgram = DefaultCacheProgram; } in testTearDown()
39 mCurrentParams.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestCL()
393 PlatformMethods gDefaultPlatformMethods; variable502 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()647 gDefaultPlatformMethods.logError = TestPlatform_logError; in ANGLETestSetUp()648 gDefaultPlatformMethods.logWarning = TestPlatform_logWarning; in ANGLETestSetUp()649 gDefaultPlatformMethods.logInfo = TestPlatform_logInfo; in ANGLETestSetUp()650 gDefaultPlatformMethods.context = &gPlatformContext; in ANGLETestSetUp()
735 extern angle::PlatformMethods gDefaultPlatformMethods;