Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp217 const char* getEGLWindowType (void) const;
DtcuCommandLine.cpp977 const char* CommandLine::getEGLWindowType (void) const in getEGLWindowType() function in tcu::CommandLine
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp541 return selectFactory(factory.getNativeWindowRegistry(), "window", cmdLine.getEGLWindowType()); in selectNativeWindowFactory()