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

123

/external/deqp/framework/opengl/
H A DgluDummyRenderContext.hpp52 virtual ContextType getType (void) const { return ContextType(); }
H A DgluRenderContext.hpp44 class ContextType;
129 * ContextType differs from API type by adding context flags. They are
138 class ContextType : private ApiType class in namespace:glu
141 ContextType (void) {} function in class: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) function in class:glu::ContextType
169 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.hpp95 std::ostream& operator<< (std::ostream& str, ContextType contextType);
H A DgluES3PlusWrapperContext.cpp626 static const ContextType wrappableNativeTypes[] =
628 ContextType(ApiType::core(4,4), config.type.getFlags() & validContextFlags), // !< higher in the list, preferred
629 ContextType(ApiType::core(4,3), config.type.getFlags() & validContextFlags),
639 glu::ContextType nativeContext = wrappableNativeTypes[nativeCtxNdx];
678 ContextType ES3PlusWrapperContext::getType (void) const
680 return ContextType(ApiType::es(3,2), m_context->getType().getFlags());
/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/skia/tests/
H A DGrContextAbandonTest.cpp21 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i;
H A DGrContextFactoryTest.cpp24 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
41 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType)i;
59 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
77 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i;
103 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(
[all...]
H A DCrossContextImageTest.cpp96 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
129 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
199 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
/external/skia/dm/
H A DDMGpuSupport.h33 sk_gpu_test::GrContextFactory::ContextType type,
69 typedef int ContextType;
71 static const ContextType kANGLE_ContextType = 0,
97 sk_gpu_test::GrContextFactory::ContextType,
/external/skia/tools/gpu/
H A DGrContextFactory.h70 enum ContextType { enum in class:sk_gpu_test::GrContextFactory
102 static bool IsRenderingContext(ContextType type) {
112 static GrBackend ContextTypeBackend(ContextType type) {
133 ContextInfo getContextInfo(ContextType type,
146 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone) {
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
156 ContextType fType;
/external/skia/tools/flags/
H A DSkCommonFlagsConfig.h54 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef in class:SkCommandLineConfigGpu
57 ContextType contextType, bool useNVPR, bool useInstanced, bool useDIText,
60 ContextType getContextType() const { return fContextType; }
74 ContextType fContextType;
/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;
/external/deqp/framework/egl/
H A DegluGLUtil.hpp42 eglw::EGLContext createGLContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
/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/skia/tools/
H A Dok_test.cpp71 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
74 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
77 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
80 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType 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/modules/egl/
H A DteglThreadCleanUpTests.cpp137 enum ContextType enum in class:deqp::egl::__anon4264::ThreadCleanUpTest
149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
167 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType)
277 const ContextType m_contextType;
/external/skia/bench/
H A Dnanobench.h32 sk_gpu_test::GrContextFactory::ContextType ctxType;
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp71 glu::ContextType getType (void) const { return m_contextType; }
80 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;
298 const ContextType& contextType)
656 ContextType GlxRenderContext::getType (void) const

Completed in 1212 milliseconds

123