Searched defs:ContextType (Results 1 – 7 of 7) sorted by relevance
138 class ContextType : private ApiType class141 ContextType (void) {} in ContextType() function in glu::ContextType163 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType169 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType() function in glu::ContextType
53 typedef GrContextFactory::GLContextType ContextType; typedef
45 enum ContextType // Type that describes Value::m_context enum
94 enum ContextType enum
54 enum ContextType { enum
104 QualType ContextType in computeDeclContext() local
519 explicit ContextType(Type* outer) : TypeBase(kContext), outer_(outer) {} in ContextType() function