Home
last modified time | relevance | path

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

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