Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp174 const char* getEGLWindowType (void) const;
DtcuCommandLine.cpp864 const char* CommandLine::getEGLWindowType (void) const in getEGLWindowType() function in tcu::CommandLine
/external/deqp/framework/egl/
DegluUtil.cpp472 return selectFactory(factory.getNativeWindowRegistry(), "window", cmdLine.getEGLWindowType()); in selectNativeWindowFactory()