Home
last modified time | relevance | path

Searched refs:mPlatformAttributes (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp102 return &mPlatformAttributes[0]; in getPlatformAttributes()
111 std::vector<eglw::EGLAttrib> mPlatformAttributes; member in tcu::__anon0fd532ae0111::ANGLENativeDisplay
191 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()
DtcuANGLENativeDisplayFactory.h55 std::vector<eglw::EGLAttrib> mPlatformAttributes; variable