Home
last modified time | relevance | path

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

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