Home
last modified time | relevance | path

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

1234567

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.hpp38 glu::ContextType renderContextType = glu::ContextType(4, 0, glu::PROFILE_CORE));
50 glu::ContextType renderContextType = glu::ContextType(4, 1, glu::PROFILE_CORE));
62 glu::ContextType renderContextType = glu::ContextType(4, 2, glu::PROFILE_CORE));
74 glu::ContextType renderContextType = glu::ContextType(4, 2, glu::PROFILE_COMPATIBILITY));
90 glu::ContextType renderContextType = glu::ContextType(4, 3, glu::PROFILE_CORE));
102 glu::ContextType renderContextType = glu::ContextType(4, 4, glu::PROFILE_CORE));
114 glu::ContextType renderContextType = glu::ContextType(4, 5, glu::PROFILE_CORE));
126 glu::ContextType renderContextType = glu::ContextType(4, 6, glu::PROFILE_CORE));
Dgl3cTextureSizePromotion.cpp74 glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate()
247 glu::ContextType context_type = m_context.getRenderContext().getType(); in prepareSourceTexture()
1253 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R8, STR(GL_R8), false, true, 8, 0, 0, 0, 0, 0,
1255 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R8_SNORM, STR(GL_R8_SNORM), false, true, 8, 0, 0, …
1257 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R16, STR(GL_R16), false, true, 16, 0, 0, 0, 0, 0,
1259 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R16_SNORM, STR(GL_R16_SNORM), false, true, 16, 0, …
1261 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG8, STR(GL_RG8), false, true, 8, 8, 0, 0, 0, 0,
1263 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG8_SNORM, STR(GL_RG8_SNORM), false, true, 8, 8, 0…
1265 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG16, STR(GL_RG16), false, true, 16, 16, 0, 0, 0, …
1267 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG16_SNORM, STR(GL_RG16_SNORM), false, true, 16, 1…
[all …]
Dgl3cTestPackages.hpp55 glu::ContextType renderContextType = glu::ContextType(3, 0, glu::PROFILE_CORE));
71 glu::ContextType renderContextType = glu::ContextType(3, 1, glu::PROFILE_CORE));
83 glu::ContextType renderContextType = glu::ContextType(3, 2, glu::PROFILE_CORE));
94 glu::ContextType renderContextType = glu::ContextType(3, 3, glu::PROFILE_CORE));
Dgl4cTestPackages.cpp108 glu::ContextType renderContextType) in GL40TestPackage()
148 glu::ContextType renderContextType) in GL41TestPackage()
193 glu::ContextType renderContextType) in GL42TestPackage()
242 glu::ContextType renderContextType) in GL42CompatTestPackage()
277 glu::ContextType renderContextType) in GL43TestPackage()
337 glu::ContextType renderContextType) in GL44TestPackage()
399 glu::ContextType renderContextType) in GL45TestPackage()
449 glu::ContextType renderContextType) in GL46TestPackage()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSingleConfigTestPackage.hpp39 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 3)));
56 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 4)));
71 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 5)));
86 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 6)));
101 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::es(3, 2)));
DglcContext.hpp49 Context(tcu::TestContext& testCtx, glu::ContextType contextType = glu::ContextType());
78 …void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::Context…
84 glu::ContextType m_contextType;
DglcSingleConfigTestPackage.cpp115 glu::ContextType renderContextType) in SingleConfigGL43TestPackage()
149 glu::ContextType renderContextType) in SingleConfigGL44TestPackage()
178 glu::ContextType renderContextType) in SingleConfigGL45TestPackage()
207 glu::ContextType renderContextType) in SingleConfigGL46TestPackage()
235 glu::ContextType renderContextType) in SingleConfigES32TestPackage()
DglcTestPackage.hpp45 PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType);
66 glu::ContextType renderContextType, const char* resourcesPath);
93 glu::ContextType m_renderContextType;
DglcContext.cpp37 Context::Context(tcu::TestContext& testCtx, glu::ContextType contextType) in Context()
48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext()
54 …glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFla… in createRenderContext()
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp47 class ContextType;
143 class ContextType : private ApiType class
146 ContextType (void) {} in ContextType() function in glu::ContextType
147 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
148 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
170 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType
176 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType() function in glu::ContextType
182 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack()
193 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES()
194 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFIL… in isContextTypeGLCore()
[all …]
DgluDummyRenderContext.hpp50 explicit EmptyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {} in EmptyRenderContext()
52 virtual ContextType getType (void) const { return m_ctxType; } in getType()
58 const ContextType m_ctxType;
DgluRenderConfig.hpp75 ContextType type;
94 RenderConfig (ContextType type_ = ContextType()) in RenderConfig()
/third_party/skia/dm/
DDMGpuTestProcs.cpp23 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType()
26 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsVulkanContextType()
29 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMetalContextType()
32 bool IsDirect3DContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsDirect3DContextType()
35 bool IsDawnContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsDawnContextType()
38 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsRenderingGLContextType()
41 bool IsMockContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMockContextType()
54 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
92 auto [_, context] = factory.getContextInfo(ContextFactory::ContextType::kMetal); in RunWithGraphiteTestContexts()
/third_party/skia/tools/gpu/
DGrContextFactory.h33 enum ContextType { enum
64 static bool IsRenderingContext(ContextType type) { in IsRenderingContext()
73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend()
90 static const char* ContextTypeName(ContextType contextType) { in ContextTypeName()
136 ContextInfo getContextInfo(ContextType type, ContextOverrides = ContextOverrides::kNone);
148 GrDirectContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
156 ContextType fType;
178 GrContextFactory::ContextType type() const { return fType; } in type()
194 ContextInfo(GrContextFactory::ContextType type, in ContextInfo()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRefCountObject.h31 using ContextType = ContextT;
36 virtual void onDestroy(const ContextType *context) {} in onDestroy()
40 ANGLE_INLINE void release(const ContextType *context) in release()
62 using ContextType = ContextT;
66 RefCountObjectReleaser(const ContextType *context, ObjectType *object) in RefCountObjectReleaser()
92 reinterpret_cast<RefCountObject<ContextType, ErrorType> *>(mObject)->release(mContext); in ~RefCountObjectReleaser()
98 const ContextType *mContext = nullptr;
106 using ContextType = ContextT;
140 RefCountObjectReleaser<ObjectType, ContextType, ErrorT> set(const ContextType *context, in set()
146 reinterpret_cast<RefCountObject<ContextType, ErrorType> *>(newObject)->addRef(); in set()
[all …]
/third_party/skia/tools/flags/
DCommonFlagsConfig.h55 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef
60 ContextType contextType,
76 ContextType getContextType() const { return fContextType; } in getContextType()
91 ContextType fContextType;
112 using ContextType = skiatest::graphite::ContextFactory::ContextType;
116 ContextType contextType, in SkCommandLineConfigGraphite()
128 ContextType getContextType() const { return fContextType; } in getContextType()
134 ContextType fContextType;
DCommonFlagsConfig.cpp283 SkCommandLineConfigGpu::ContextType* outContextType, in parse_option_gpu_api()
445 SkCommandLineConfigGpu::ContextType* outContextType, in get_option_gpu_api()
457 SkCommandLineConfigGraphite::ContextType* outContextType) const { in get_option_graphite_api()
458 using ContextType = skiatest::graphite::ContextFactory::ContextType; in get_option_graphite_api() typedef
466 *outContextType = ContextType::kVulkan; in get_option_graphite_api()
472 *outContextType = ContextType::kMetal; in get_option_graphite_api()
478 *outContextType = ContextType::kDirect3D; in get_option_graphite_api()
518 ContextType contextType, in SkCommandLineConfigGpu()
561 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu()
634 using ContextType = skiatest::graphite::ContextFactory::ContextType; in parse_command_line_config_graphite() typedef
[all …]
/third_party/skia/tools/graphite/
DContextFactory.h24 enum class ContextType { enum
37 ContextFactory::ContextType type() const { return fType; } in type()
46 ContextInfo(ContextFactory::ContextType type,
50 ContextType fType = ContextType::kMock;
61 std::tuple<GraphiteTestContext*, sk_sp<skgpu::Context>> getContextInfo(ContextType);
DContextFactory.cpp24 ContextFactory::ContextInfo::ContextInfo(ContextFactory::ContextType type, in ContextInfo()
36 ContextType type) { in getContextInfo()
47 case ContextType::kMetal: { in getContextInfo()
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp268 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef
271 bool IsGLContextType(ContextType ct) { in IsGLContextType()
274 bool IsRenderingGLContextType(ContextType ct) { in IsRenderingGLContextType()
277 bool IsMockContextType(ContextType ct) { in IsMockContextType()
278 return ct == ContextType::kMock_ContextType; in IsMockContextType()
281 bool IsVulkanContextType(ContextType) {return false;} in IsVulkanContextType() argument
282 bool IsMetalContextType(ContextType) {return false;} in IsMetalContextType() argument
283 bool IsDirect3DContextType(ContextType) {return false;} in IsDirect3DContextType() argument
284 bool IsDawnContextType(ContextType) {return false;} in IsDawnContextType() argument
288 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
/third_party/skia/tests/
DGrContextFactoryTest.cpp22 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i; in DEF_GPUTEST()
47 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
93 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXPlatform.cpp57 glu::ContextType getType (void) const { return m_type; } in getType()
63 const glu::ContextType m_type;
136 static CGLOpenGLProfile getCGLProfile (glu::ContextType type) in getCGLProfile()
202 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
/third_party/vk-gl-cts/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;
/third_party/skia/fuzz/
DFuzzDDLThreading.cpp32 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef
84 DDLFuzzer(Fuzz*, ContextType);
111 DDLFuzzer::DDLFuzzer(Fuzz* fuzz, ContextType contextType) : fFuzz(fuzz) { in DDLFuzzer()
278 DDLFuzzer(fuzz, ContextType::kGL_ContextType).run(); in DEF_FUZZ()
/third_party/skia/third_party/externals/brotli/c/common/
Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef

1234567