Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp215 const char* getEGLDisplayType (void) const;
DtcuCommandLine.cpp1025 const char* CommandLine::getEGLDisplayType (void) const in getEGLDisplayType() function in tcu::CommandLine
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp536 return selectFactory(registry, "display", cmdLine.getEGLDisplayType()); in selectNativeDisplayFactory()