Searched refs:withMethods (Results 1 – 2 of 2) sorted by relevance
419 PlatformParameters withMethods = params; in ANGLETestBase() local420 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()422 if (withMethods.getRenderer() == EGL_PLATFORM_ANGLE_TYPE_VULKAN_ANGLE) in ANGLETestBase()425 withMethods.eglParameters.debugLayersEnabled = true; in ANGLETestBase()427 withMethods.eglParameters.debugLayersEnabled = false; in ANGLETestBase()436 auto iter = gFixtures.find(withMethods); in ANGLETestBase()450 auto insertIter = gFixtures.emplace(withMethods, platform); in ANGLETestBase()
681 EGLPlatformParameters withMethods = mTestParams.eglParameters; in SetUp() local682 withMethods.platformMethods = &mPlatformMethods; in SetUp()692 if (!mGLWindow->initializeGL(mOSWindow, mEntryPointsLib.get(), mTestParams.driver, withMethods, in SetUp()