/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 44 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 …]
|
D | gluRenderConfig.hpp | 66 ContextType type; 83 RenderConfig (ContextType type_ = ContextType()) in RenderConfig()
|
D | gluDummyRenderContext.hpp | 52 virtual ContextType getType (void) const { return ContextType(); } in getType()
|
D | gluES3PlusWrapperContext.cpp | 626 static const ContextType wrappableNativeTypes[] = in ES3PlusWrapperContext() 628 …ContextType(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()
|
D | gluES3PlusWrapperContext.hpp | 57 virtual ContextType getType (void) const;
|
D | gluFboRenderContext.hpp | 51 virtual ContextType getType (void) const { return m_context->getType(); } in getType()
|
D | gluShaderUtil.hpp | 61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version); 62 GLSLVersion getContextTypeGLSLVersion (ContextType type);
|
D | gluRenderContext.cpp | 46 bool contextSupports (ContextType ctxType, ApiType requiredApiType) in contextSupports() 133 config.type = glu::ContextType(apiType, ctxFlags); in createDefaultRenderContext()
|
D | gluShaderUtil.cpp | 114 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported() 119 GLSLVersion getContextTypeGLSLVersion (ContextType type) in getContextTypeGLSLVersion()
|
/external/lldb/include/lldb/Core/ |
D | Value.h | 45 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/ |
D | tcuOSXPlatform.cpp | 75 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/ |
D | tcuIOSPlatform.hh | 87 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/ |
D | tcuNullRenderContext.hpp | 59 virtual glu::ContextType getType (void) const { return m_ctxType; } in getType() 67 const glu::ContextType m_ctxType;
|
D | tcuNullRenderContext.cpp | 76 Context (ContextType ctxType_); 87 const ContextType ctxType; 118 Context::Context (ContextType ctxType_) in Context()
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 54 enum ContextType { enum 144 ContextType Type; 175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 49 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/ |
D | tcuWGLContextFactory.cpp | 69 glu::ContextType getType (void) const { return m_contextType; } in getType() 78 glu::ContextType m_contextType;
|
D | tcuWGL.hpp | 190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
|
/external/v8/src/ |
D | types.h | 301 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/ |
D | egluGLUtil.hpp | 42 …brary& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 39 …tVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType);
|
D | sglrContext.hpp | 43 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/ |
D | teglImageTests.cpp | 70 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/ |
D | typer.cc | 99 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/ |
D | Diagnostics.cpp | 15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame() 77 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
|