Searched defs:RenderConfig (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluRenderConfig.hpp40 struct RenderConfig struct in namespace:glu
83 RenderConfig (ContextType type_ = ContextType()) function in struct:glu::RenderConfig
103 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine);
104 RenderConfig::Visibility parseWindowVisibility (const tcu::CommandLine& cmdLine);
107 T getValueOrDefault (const RenderConfig& config, const T RenderConfig::*field, T defaultValue) argument
110 return value == (T)RenderConfig::DONT_CARE ? defaultValue : value;

Completed in 93 milliseconds