Home
last modified time | relevance | path

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

1234567

/external/deqp/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, 3, glu::PROFILE_CORE));
86 glu::ContextType renderContextType = glu::ContextType(4, 4, glu::PROFILE_CORE));
98 glu::ContextType renderContextType = glu::ContextType(4, 5, glu::PROFILE_CORE));
110 glu::ContextType renderContextType = glu::ContextType(4, 6, glu::PROFILE_CORE));
Dgl3cTestPackages.hpp40 glu::ContextType renderContextType = glu::ContextType(3, 0, glu::PROFILE_CORE));
56 glu::ContextType renderContextType = glu::ContextType(3, 1, glu::PROFILE_CORE));
68 glu::ContextType renderContextType = glu::ContextType(3, 2, glu::PROFILE_CORE));
79 glu::ContextType renderContextType = glu::ContextType(3, 3, glu::PROFILE_CORE));
Dgl3cTextureSizePromotion.cpp74 glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate()
1243 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R8, STR(GL_R8), false, true, 8, 0, 0, 0, 0, 0,
1245 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R8_SNORM, STR(GL_R8_SNORM), false, true, 8, 0, 0, …
1247 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R16, STR(GL_R16), false, true, 16, 0, 0, 0, 0, 0,
1249 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R16_SNORM, STR(GL_R16_SNORM), false, true, 16, 0, …
1251 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG8, STR(GL_RG8), false, true, 8, 8, 0, 0, 0, 0,
1253 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG8_SNORM, STR(GL_RG8_SNORM), false, true, 8, 8, 0…
1255 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG16, STR(GL_RG16), false, true, 16, 16, 0, 0, 0, …
1257 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG16_SNORM, STR(GL_RG16_SNORM), false, true, 16, 1…
1259 …{ glu::ContextType(4, 4, glu::PROFILE_CORE), GL_R3_G3_B2, STR(GL_R3_G3_B2), false, true, 3, 3, 2, …
[all …]
Dgl4cTestPackages.cpp109 glu::ContextType renderContextType) in GL40TestPackage()
149 glu::ContextType renderContextType) in GL41TestPackage()
194 glu::ContextType renderContextType) in GL42TestPackage()
229 glu::ContextType renderContextType) in GL43TestPackage()
290 glu::ContextType renderContextType) in GL44TestPackage()
353 glu::ContextType renderContextType) in GL45TestPackage()
403 glu::ContextType renderContextType) in GL46TestPackage()
/external/deqp/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));
168 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType
174 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType() function in glu::ContextType
180 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack()
191 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES()
192 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFIL… in isContextTypeGLCore()
[all …]
DgluDummyRenderContext.hpp50 explicit DummyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {} in DummyRenderContext()
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()
/external/skia/tools/gpu/
DGrContextFactory.h33 enum ContextType { enum
63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext()
73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend()
86 static const char* ContextTypeName(ContextType contextType) { in ContextTypeName()
129 ContextInfo getContextInfo(ContextType type,
142 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
146 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
150 ContextType fType;
171 GrContextFactory::ContextType type() const { return fType; } in type()
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo()
[all …]
/external/skqp/tools/gpu/
DGrContextFactory.h33 enum ContextType { enum
63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext()
73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend()
86 static const char* ContextTypeName(ContextType contextType) { in ContextTypeName()
129 ContextInfo getContextInfo(ContextType type,
142 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
146 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
150 ContextType fType;
171 GrContextFactory::ContextType type() const { return fType; } in type()
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo()
[all …]
/external/skia/tests/
DGrContextFactoryTest.cpp24 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
40 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType)i; in DEF_GPUTEST()
53 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i; in DEF_GPUTEST()
78 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
128 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
/external/skqp/tests/
DGrContextFactoryTest.cpp24 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
40 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType)i; in DEF_GPUTEST()
53 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i; in DEF_GPUTEST()
78 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
128 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
/external/skqp/dm/
DDMGpuTestProcs.cpp16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType()
19 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsVulkanContextType()
22 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMetalContextType()
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsRenderingGLContextType()
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsNullGLContextType()
41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
/external/skia/dm/
DDMGpuTestProcs.cpp16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType()
19 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsVulkanContextType()
22 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMetalContextType()
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsRenderingGLContextType()
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsNullGLContextType()
41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
/external/deqp/external/openglcts/modules/common/
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;
DglcTestPackage.hpp39 PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType);
60 glu::ContextType renderContextType, const char* resourcesPath);
84 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()
/external/skia/tools/flags/
DSkCommonFlagsConfig.h53 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef
57 ContextType contextType, bool useNVPR, bool useDIText, int samples,
63 ContextType getContextType() const { return fContextType; } in getContextType()
80 ContextType fContextType;
/external/skqp/tools/flags/
DSkCommonFlagsConfig.h53 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef
57 ContextType contextType, bool useNVPR, bool useDIText, int samples,
63 ContextType getContextType() const { return fContextType; } in getContextType()
80 ContextType fContextType;
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h156 template <typename ContextType>
157 Status Init(ContextType* ctx) { in Init()
213 template <typename ContextType>
214 Status Init(ContextType* ctx) { in Init()
279 template <typename ContextType>
280 Status Init(ContextType* ctx) { in Init()
339 template <typename ContextType>
340 Status Init(ContextType* ctx) { in Init()
/external/deqp/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()
/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h40 template <typename ContextType>
42 using Type = ContextType;
63 template <typename Interface, typename BindingType, typename ContextType>
66 using ContextTraits = BindingSetContextTraits<ContextType>;
320 template <typename Interface, typename ContextType = void>
321 using BindingSet = BindingSetBase<Interface, Binding<Interface>, ContextType>;
Dstrong_associated_binding_set.h17 template <typename Interface, typename ContextType = void>
21 ContextType>;
Dstrong_binding_set.h19 typename ContextType = void,
24 ContextType>;
/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/brotli/c/common/
Dcontext.h93 typedef enum ContextType { enum
98 } ContextType; typedef

1234567