HomeSort by relevance Sort by last modified time
    Searched refs:ContextType (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/brotli/src/brotli/dec/
context.h 112 enum ContextType {
  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 52 virtual ContextType getType (void) const { return ContextType(); }
gluRenderContext.hpp 44 class ContextType;
127 * ContextType differs from API type by adding context flags. They are
136 class ContextType : private ApiType
139 ContextType (void) {}
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)
167 inline ContextType::ContextType (ApiType apiType, ContextFlags flags
    [all...]
gluRenderConfig.hpp 66 ContextType type;
83 RenderConfig (ContextType type_ = ContextType())
gluES3PlusWrapperContext.hpp 57 virtual ContextType getType (void) const;
gluFboRenderContext.hpp 51 virtual ContextType getType (void) const { return m_context->getType(); }
gluStrUtil.hpp 75 std::ostream& operator<< (std::ostream& str, ContextType contextType);
gluES3PlusWrapperContext.cpp 510 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());
gluStrUtil.cpp 122 std::ostream& operator<< (std::ostream& str, ContextType contextType)
124 str << contextType.getAPI();
126 if (contextType.getFlags() != ContextFlags(0))
138 ContextFlags flags = contextType.getFlags();
146 if (flags != contextType.getFlags())
157 if (flags != contextType.getFlags())
gluShaderUtil.hpp 61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
62 GLSLVersion getContextTypeGLSLVersion (ContextType type);
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 59 virtual glu::ContextType getType (void) const { return m_ctxType; }
67 const glu::ContextType m_ctxType;
  /external/chromium_org/third_party/brotli/src/brotli/enc/
context.h 161 enum ContextType {
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 87 RawContext (glu::ContextType type);
90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type;
tcuIOSPlatform.mm 107 static EAGLRenderingAPI getEAGLApi (glu::ContextType type)
117 RawContext::RawContext (glu::ContextType type)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 80 enum ContextType {
87 static ContextType contextTypeFromContext(WebURLRequest::RequestContext);
  /external/lldb/include/lldb/Core/
Value.h 45 enum ContextType // Type that describes Value::m_context
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/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 39 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType);
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 75 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()))
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
DebugContext.java 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG);
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 69 glu::ContextType getType (void) const { return m_contextType; }
78 glu::ContextType m_contextType;
tcuWGL.hpp 190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 49 using glu::ContextType;
115 const ContextType& contextType);
169 virtual ContextType getType (void) const;
179 ContextType m_type;
299 const ContextType& contextType)
302 const ApiType apiType = contextType.getAPI();
657 ContextType GlxRenderContext::getType (void) const
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 30 enum ContextType {
38 explicit ClientContext(ContextType in_type) : type(in_type) {}
39 ContextType type;
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 16 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
78 StringRef contextTypeToFormatString(Diagnostics::ContextType Type) {
85 llvm_unreachable("Unknown ContextType value.");

Completed in 660 milliseconds

1 2 3