Home
last modified time | relevance | path

Searched defs:ContextType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluRenderContext.hpp138 class ContextType : private ApiType class
141 ContextType (void) {} in ContextType() function in glu::ContextType
163 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType
169 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType() function in glu::ContextType
/external/skia/tools/flags/
DSkCommonFlagsConfig.h53 typedef GrContextFactory::GLContextType ContextType; typedef
/external/lldb/include/lldb/Core/
DValue.h45 enum ContextType // Type that describes Value::m_context enum
DEmulateInstruction.h94 enum ContextType enum
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h54 enum ContextType { enum
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp104 QualType ContextType in computeDeclContext() local
/external/v8/src/
Dtypes.h519 explicit ContextType(Type* outer) : TypeBase(kContext), outer_(outer) {} in ContextType() function