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

/external/deqp/framework/egl/
H A DegluUtil.cpp441 static const Factory& selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* objectTypeName, const char* cmdLineArg) argument
451 tcu::print("ERROR: Unknown or unsupported EGL %s type '%s'", objectTypeName, cmdLineArg);
452 tcu::print("Available EGL %s types:\n", objectTypeName);
456 TCU_THROW(NotSupportedError, (string("Unsupported or unknown EGL ") + objectTypeName + " type '" + cmdLineArg + "'").c_str());
462 TCU_THROW(NotSupportedError, (string("No factory supporting EGL '") + objectTypeName + "' type").c_str());

Completed in 114 milliseconds