Searched refs:withMethods (Results 1 – 4 of 4) sorted by relevance
471 PlatformParameters withMethods = params; in ANGLETestBase() local472 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()474 if (withMethods.getRenderer() == EGL_PLATFORM_ANGLE_TYPE_VULKAN_ANGLE) in ANGLETestBase()477 withMethods.eglParameters.debugLayersEnabled = true; in ANGLETestBase()479 withMethods.eglParameters.debugLayersEnabled = false; in ANGLETestBase()488 auto iter = gFixtures.find(withMethods); in ANGLETestBase()502 auto insertIter = gFixtures.emplace(withMethods, platform); in ANGLETestBase()
455 EGLPlatformParameters withMethods = mTestParams.eglParameters; in SetUp() local456 withMethods.platformMethods = &mPlatformMethods; in SetUp()458 if (!mGLWindow->initializeGL(mOSWindow, mEntryPointsLib.get(), withMethods, mConfigParams)) in SetUp()
735 EGLPlatformParameters withMethods = mTestParams.eglParameters; in SetUp() local736 withMethods.platformMethods = &mPlatformMethods; in SetUp()752 mOSWindow, mEntryPointsLib.get(), mTestParams.driver, withMethods, mConfigParams); in SetUp()
373 PlatformParameters withMethods = params; in ANGLETestBase() local374 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()376 auto iter = gFixtures.find(withMethods); in ANGLETestBase()390 auto insertIter = gFixtures.emplace(withMethods, platform); in ANGLETestBase()