Home
last modified time | relevance | path

Searched refs:gDefaultPlatformMethods (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp40 gDefaultPlatformMethods.cacheProgram = TestCacheProgram; in EGLProgramCacheControlTest()
55 void testTearDown() override { gDefaultPlatformMethods.cacheProgram = DefaultCacheProgram; } in testTearDown()
/external/angle/src/tests/test_utils/
DANGLETestCL.cpp39 mCurrentParams.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestCL()
DANGLETest.cpp393 PlatformMethods gDefaultPlatformMethods; variable
502 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()
DANGLETest.h735 extern angle::PlatformMethods gDefaultPlatformMethods;