Searched refs:ContextType (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dcontext.h112 enum ContextType { enum
/external/deqp/framework/opengl/
H A DgluDummyRenderContext.hpp52 virtual ContextType getType (void) const { return ContextType(); }
H A DgluRenderContext.hpp44 class ContextType;
127 * ContextType differs from API type by adding context flags. They are
136 class ContextType : private ApiType class in namespace:glu
139 ContextType (void) {} function in class:glu::ContextType
140 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
141 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
161 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) function in class:glu::ContextType
167 inline ContextType::ContextType (ApiTyp function in class:glu::ContextType
[all...]
H A DgluRenderConfig.hpp66 ContextType type;
83 RenderConfig (ContextType type_ = ContextType()) argument
H A DgluES3PlusWrapperContext.hpp57 virtual ContextType getType (void) const;
H A DgluFboRenderContext.hpp51 virtual ContextType getType (void) const { return m_context->getType(); }
H A DgluStrUtil.hpp75 std::ostream& operator<< (std::ostream& str, ContextType contextType);
H A DgluES3PlusWrapperContext.cpp510 static const ContextType wrappableNativeTypes[] =
512 ContextType(ApiType::core(4,4), config.type.getFlags() & validContextFlags), // !< higher in the list, preferred
513 ContextType(ApiType::core(4,3), config.type.getFlags() & validContextFlags),
523 glu::ContextType nativeContext = wrappableNativeTypes[nativeCtxNdx];
562 ContextType ES3PlusWrapperContext::getType (void) const
564 return ContextType(ApiType::es(3,1), m_context->getType().getFlags());
H A DgluStrUtil.cpp122 std::ostream& operator<< (std::ostream& str, ContextType contextType)
H A DgluRenderContext.cpp46 bool contextSupports (ContextType ctxType, ApiType requiredApiType)
133 config.type = glu::ContextType(apiType, ctxFlags);
H A DgluShaderUtil.hpp61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
62 GLSLVersion getContextTypeGLSLVersion (ContextType type);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp59 virtual glu::ContextType getType (void) const { return m_ctxType; }
67 const glu::ContextType m_ctxType;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcontext.h161 enum ContextType { enum in namespace:brotli
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh87 RawContext (glu::ContextType type);
90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type;
H A DtcuIOSPlatform.mm107 static EAGLRenderingAPI getEAGLApi (glu::ContextType type)
117 RawContext::RawContext (glu::ContextType type)
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp75 glu::ContextType getType (void) const { return m_type; }
81 const glu::ContextType m_type;
87 static CGLOpenGLProfile getCGLProfile (glu::ContextType type)
153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI()))
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DMixedContentChecker.h80 enum ContextType { enum in class:blink::FINAL
87 static ContextType contextTypeFromContext(WebURLRequest::RequestContext);
/external/lldb/include/lldb/Core/
H A DValue.h45 enum ContextType // Type that describes Value::m_context enum in class:lldb_private::Value
145 ContextType
165 SetContext (ContextType context_type, void *p)
263 GetContextTypeAsCString (ContextType context_type);
277 ContextType m_context_type;
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h54 enum ContextType { enum in class:clang::ast_matchers::dynamic::Diagnostics
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp39 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType);
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp69 glu::ContextType getType (void) const { return m_contextType; }
78 glu::ContextType m_contextType;
H A DtcuWGL.hpp190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp49 using glu::ContextType;
115 const ContextType& contextType);
169 virtual ContextType getType (void) const;
179 ContextType m_type;
299 const ContextType& contextType)
657 ContextType GlxRenderContext::getType (void) const
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.h30 enum ContextType { enum in namespace:drive
38 explicit ClientContext(ContextType in_type) : type(in_type) {}
39 ContextType type;
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp16 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
78 StringRef contextTypeToFormatString(Diagnostics::ContextType Type) {
85 llvm_unreachable("Unknown ContextType value.");

Completed in 249 milliseconds

123