Lines Matching refs:displayAttributes
52 std::vector<EGLint> displayAttributes; local
53 displayAttributes.push_back(EGL_PLATFORM_ANGLE_TYPE_ANGLE);
54 displayAttributes.push_back(platform.renderer);
55 displayAttributes.push_back(EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE);
56 displayAttributes.push_back(platform.majorVersion);
57 displayAttributes.push_back(EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE);
58 displayAttributes.push_back(platform.minorVersion);
59 displayAttributes.push_back(EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE);
60 displayAttributes.push_back(platform.deviceType);
61 displayAttributes.push_back(EGL_NONE);
88 &displayAttributes[0]);