Searched refs:platformExt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp57 void checkEGLPlatformSupport (const Library& egl, const char* platformExt) argument
61 if (!de::contains(extensions.begin(), extensions.end(), platformExt))
62 throw tcu::NotSupportedError((std::string("Platform extension '") + platformExt + "' not supported").c_str(), "", __FILE__, __LINE__);

Completed in 32 milliseconds