Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 – 25 of 51) sorted by relevance

123

/external/deqp/framework/opengl/
DgluRenderContext.hpp44 class ContextType;
138 class ContextType : private ApiType class
141 ContextType (void) {} in ContextType() function in glu::ContextType
142 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
143 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
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
175 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack()
185 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES()
186 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFIL… in isContextTypeGLCore()
[all …]
DgluRenderConfig.hpp66 ContextType type;
83 RenderConfig (ContextType type_ = ContextType()) in RenderConfig()
DgluDummyRenderContext.hpp52 virtual ContextType getType (void) const { return ContextType(); } in getType()
DgluES3PlusWrapperContext.cpp626 static const ContextType wrappableNativeTypes[] = in ES3PlusWrapperContext()
628ContextType(ApiType::core(4,4), config.type.getFlags() & validContextFlags), // !< higher in the l… in ES3PlusWrapperContext()
629 ContextType(ApiType::core(4,3), config.type.getFlags() & validContextFlags), in ES3PlusWrapperContext()
639 glu::ContextType nativeContext = wrappableNativeTypes[nativeCtxNdx]; in ES3PlusWrapperContext()
678 ContextType ES3PlusWrapperContext::getType (void) const in getType()
680 return ContextType(ApiType::es(3,1), m_context->getType().getFlags()); in getType()
DgluES3PlusWrapperContext.hpp57 virtual ContextType getType (void) const;
DgluFboRenderContext.hpp51 virtual ContextType getType (void) const { return m_context->getType(); } in getType()
DgluShaderUtil.hpp61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
62 GLSLVersion getContextTypeGLSLVersion (ContextType type);
DgluRenderContext.cpp46 bool contextSupports (ContextType ctxType, ApiType requiredApiType) in contextSupports()
133 config.type = glu::ContextType(apiType, ctxFlags); in createDefaultRenderContext()
DgluShaderUtil.cpp114 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported()
119 GLSLVersion getContextTypeGLSLVersion (ContextType type) in getContextTypeGLSLVersion()
/external/lldb/include/lldb/Core/
DValue.h45 enum ContextType // Type that describes Value::m_context enum
145 ContextType
165 SetContext (ContextType context_type, void *p) in SetContext()
263 GetContextTypeAsCString (ContextType context_type);
277 ContextType m_context_type;
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp75 glu::ContextType getType (void) const { return m_type; } in getType()
81 const glu::ContextType m_type;
87 static CGLOpenGLProfile getCGLProfile (glu::ContextType type) in getCGLProfile()
153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh87 RawContext (glu::ContextType type);
90 virtual glu::ContextType getType (void) const { return m_type; } in getType()
100 glu::ContextType m_type;
/external/deqp/framework/platform/null/
DtcuNullRenderContext.hpp59 virtual glu::ContextType getType (void) const { return m_ctxType; } in getType()
67 const glu::ContextType m_ctxType;
DtcuNullRenderContext.cpp76 Context (ContextType ctxType_);
87 const ContextType ctxType;
118 Context::Context (ContextType ctxType_) in Context()
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h54 enum ContextType { enum
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp49 using glu::ContextType;
115 const ContextType& contextType);
169 virtual ContextType getType (void) const;
179 ContextType m_type;
298 const ContextType& contextType) in createContext()
656 ContextType GlxRenderContext::getType (void) const in getType()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp69 glu::ContextType getType (void) const { return m_contextType; } in getType()
78 glu::ContextType m_contextType;
DtcuWGL.hpp190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
/external/v8/src/
Dtypes.h301 class ContextType; variable
309 typedef typename Config::template Handle<ContextType>::type ContextHandle;
338 return ContextType::New(outer, region); in Context()
445 ContextType* AsContext() { return ContextType::cast(this); } in AsContext()
807 class TypeImpl<Config>::ContextType : public StructuralType {
812 ContextHandle type = Config::template cast<ContextType>( in New()
818 static ContextType* cast(TypeImpl* type) { in cast()
820 return static_cast<ContextType*>(type); in cast()
/external/deqp/framework/egl/
DegluGLUtil.hpp42 …brary& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp39 …tVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType);
DsglrContext.hpp43 Context (glu::ContextType type) : m_type(type) {} in Context()
210 glu::ContextType getType (void) { return m_type; } in getType()
213 const glu::ContextType m_type;
/external/deqp/modules/egl/
DteglImageTests.cpp70 using glu::ContextType;
242 …Context (EglTestContext& eglTestCtx, EGLDisplay display, ContextType ctxType, int width, int hei… in Context()
351 const ContextType contextType (ApiType::es(2, 0)); in iterate()
412 Context context(m_eglTestCtx, m_display, ContextType(ApiType::es(2, 0)), 64, 64); in iterate()
/external/v8/src/compiler/
Dtyper.cc99 Type* ContextType(Node* node) { in ContextType() function in v8::internal::compiler::Typer::Visitor
578 Type* outer = ContextType(node); in TypeJSCreateFunctionContext()
584 Type* outer = ContextType(node); in TypeJSCreateCatchContext()
590 Type* outer = ContextType(node); in TypeJSCreateWithContext()
596 Type* outer = ContextType(node); in TypeJSCreateBlockContext()
603 Type* outer = ContextType(node); in TypeJSCreateModuleContext()
609 Type* outer = ContextType(node); in TypeJSCreateGlobalContext()
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
77 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()

123