Searched refs:mPlatformAttributes (Results 1 – 2 of 2) sorted by relevance
102 return &mPlatformAttributes[0]; in getPlatformAttributes()111 std::vector<eglw::EGLAttrib> mPlatformAttributes; member in tcu::__anon0fd532ae0111::ANGLENativeDisplay191 mPlatformAttributes(std::move(attribs)) in ANGLENativeDisplay()412 mPlatformAttributes(std::move(platformAttributes)) in ANGLENativeDisplayFactory()423 attrIndex < mPlatformAttributes.size() && mPlatformAttributes[attrIndex] != EGL_NONE; in ANGLENativeDisplayFactory()426 if (mPlatformAttributes[attrIndex] != EGL_FEATURE_OVERRIDES_ENABLED_ANGLE) in ANGLENativeDisplayFactory()432 reinterpret_cast<const char **>(mPlatformAttributes[attrIndex + 1]); in ANGLENativeDisplayFactory()464 mPlatformAttributes); in createDisplay()
55 std::vector<eglw::EGLAttrib> mPlatformAttributes; variable