Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp194 const char* getEGLDisplayType (void) const;
DtcuCommandLine.cpp844 const char* CommandLine::getEGLDisplayType (void) const in getEGLDisplayType() function in tcu::CommandLine
/external/deqp/framework/egl/
DegluUtil.cpp533 return selectFactory(registry, "display", cmdLine.getEGLDisplayType()); in selectNativeDisplayFactory()