Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp192 const char* getGLContextType (void) const;
DtcuCommandLine.cpp938 const char* CommandLine::getGLContextType (void) const in getGLContextType() function in tcu::CommandLine
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.cpp136 const char* factoryName = cmdLine.getGLContextType(); in createRenderContext()