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

/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp743 const Factory* selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* objectTypeName, const char* cmdLineArg) argument
753 tcu::print("ERROR: Unknown or unsupported EGL %s type '%s'", objectTypeName, cmdLineArg);
754 tcu::print("Available EGL %s types:\n", objectTypeName);
758 throw tcu::NotSupportedError((string("Unsupported or unknown EGL ") + objectTypeName + " type '" + cmdLineArg + "'").c_str(), DE_NULL, __FILE__, __LINE__);

Completed in 839 milliseconds