Lines Matching refs:displayAttributes
30 std::vector<EGLint> displayAttributes; in testSetUp() local
31 displayAttributes.push_back(EGL_PLATFORM_ANGLE_TYPE_ANGLE); in testSetUp()
32 displayAttributes.push_back(platform.renderer); in testSetUp()
33 displayAttributes.push_back(EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE); in testSetUp()
34 displayAttributes.push_back(platform.majorVersion); in testSetUp()
35 displayAttributes.push_back(EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE); in testSetUp()
36 displayAttributes.push_back(platform.minorVersion); in testSetUp()
40 displayAttributes.push_back(EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE); in testSetUp()
41 displayAttributes.push_back(platform.deviceType); in testSetUp()
44 displayAttributes.push_back(EGL_NONE); in testSetUp()
48 &displayAttributes[0]); in testSetUp()