Home
last modified time | relevance | path

Searched refs:ContextInfo (Results 1 – 25 of 135) sorted by relevance

123456

/external/deqp/framework/opengl/
DgluContextInfo.cpp77 class ES2ContextInfo : public ContextInfo
151 : glu::ContextInfo (context) in ES2ContextInfo()
196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
222 ContextInfo::~ContextInfo (void) in ~ContextInfo()
226 int ContextInfo::getInt (int param) const in getInt()
234 bool ContextInfo::getBool (int param) const in getBool()
242 const char* ContextInfo::getString (int param) const in getString()
249 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported()
255 bool ContextInfo::isExtensionSupported (const char* name) const in isExtensionSupported()
261 bool ContextInfo::isES3Compatible() const in isES3Compatible()
[all …]
DgluContextInfo.hpp78 class ContextInfo class
81 virtual ~ContextInfo (void);
100 static ContextInfo* create (const RenderContext& context);
103 ContextInfo (const RenderContext& context);
108 ContextInfo (const ContextInfo& other);
109 ContextInfo& operator= (const ContextInfo& other);
DgluTexture.hpp72 …Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const t…
83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
85 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… in create()
125 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
136 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
137 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
163 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con…
226 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
DgluStateReset.hpp32 class ContextInfo;
34 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo);
/external/skqp/tools/gpu/
DGrContextFactory.cpp120 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal()
133 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal()
196 return ContextInfo(); in getContextInfoInternal()
199 return ContextInfo(); in getContextInfoInternal()
210 return ContextInfo(); in getContextInfoInternal()
214 return ContextInfo(); in getContextInfoInternal()
234 return ContextInfo(); in getContextInfoInternal()
243 return ContextInfo(); in getContextInfoInternal()
247 return ContextInfo(); in getContextInfoInternal()
252 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
129 ContextInfo getContextInfo(ContextType type,
137 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
146 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
166 class ContextInfo {
168 ContextInfo() = default;
169 ContextInfo& operator=(const ContextInfo&) = default;
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/external/skia/tools/gpu/
DGrContextFactory.cpp137 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal()
151 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal()
194 return ContextInfo(); in getContextInfoInternal()
221 return ContextInfo(); in getContextInfoInternal()
224 return ContextInfo(); in getContextInfoInternal()
241 return ContextInfo(); in getContextInfoInternal()
265 return ContextInfo(); in getContextInfoInternal()
277 return ContextInfo(); in getContextInfoInternal()
288 return ContextInfo(); in getContextInfoInternal()
298 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
133 ContextInfo getContextInfo(ContextType type, ContextOverrides = ContextOverrides::kNone);
140 ContextInfo getSharedContextInfo(GrDirectContext* shareContext, uint32_t shareIndex = 0);
149 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
169 class ContextInfo {
171 ContextInfo() = default;
172 ContextInfo& operator=(const ContextInfo&) = default;
190 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
/external/skia/tests/
DGrContextFactoryTest.cpp23 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
33 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
48 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
58 ContextInfo info2 = testFactory.getSharedContextInfo(info1.directContext()); in DEF_GPUTEST()
63 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
66 ContextInfo info4 = testFactory.getSharedContextInfo(info3.directContext()); in DEF_GPUTEST()
74 ContextInfo info5 = testFactory.getSharedContextInfo(info3.directContext(), 1); in DEF_GPUTEST()
94 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
99 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp67 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
113 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
114 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
115 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
208 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo(contextType); in DEF_GPUTEST()
215 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
217 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
/external/skqp/tests/
DGrContextFactoryTest.cpp54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
89 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST()
94 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
101 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST()
109 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST()
129 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
134 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp64 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
108 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
109 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
110 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
191 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( in DEF_GPUTEST()
199 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
201 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
/external/deqp/modules/gles2/
Dtes2Context.hpp32 class ContextInfo;
53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo()
59 glu::ContextInfo* m_contextInfo;
Dtes2CapabilityTests.cpp105 …ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, co…
110 const glu::ContextInfo& m_ctxInfo;
114 ExtensionCase::ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const cha… in ExtensionCase()
142 const glu::ContextInfo& ctxInfo; in init()
/external/deqp/modules/gles3/
Dtes3Context.hpp32 class ContextInfo;
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
59 glu::ContextInfo* m_contextInfo;
/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp33 class ContextInfo;
49 const glu::ContextInfo& contextInfo,
65 const glu::ContextInfo& m_contextInfo;
DglsFragOpInteractionCase.hpp34 class ContextInfo;
52 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
66 const glu::ContextInfo& m_ctxInfo;
DglsShaderLibrary.cpp38 …CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& con… in CaseFactory()
58 const glu::ContextInfo& m_contextInfo;
63 …ary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary()
DglsShaderLibrary.hpp41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
52 const glu::ContextInfo& m_contextInfo;
/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.h48 struct ContextInfo { struct
49 ContextInfo(int type, uint64 id) : type(type), id(id) {} in ContextInfo() argument
112 absl::optional<ContextInfo> GetProducerContext() const { in GetProducerContext()
116 absl::optional<ContextInfo> GetConsumerContext() const { in GetConsumerContext()
138 absl::optional<ContextInfo> producer_context_;
139 absl::optional<ContextInfo> consumer_context_;
/external/deqp/modules/gles31/
Dtes31Context.hpp33 class ContextInfo;
54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
66 glu::ContextInfo* m_contextInfo;
/external/deqp/external/openglcts/modules/common/
DglcContext.hpp35 class ContextInfo;
67 const glu::ContextInfo& getContextInfo(void) const in getContextInfo()
83 glu::ContextInfo* m_contextInfo;
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp60 …stContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::…
68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo()
82 const glu::ContextInfo& m_ctxInfo;
/external/angle/src/common/
DPackedCLEnums_autogen.cpp165 ContextInfo FromCLenum<ContextInfo>(CLenum from) in FromCLenum()
170 return ContextInfo::ReferenceCount; in FromCLenum()
172 return ContextInfo::Devices; in FromCLenum()
174 return ContextInfo::Properties; in FromCLenum()
176 return ContextInfo::NumDevices; in FromCLenum()
178 return ContextInfo::InvalidEnum; in FromCLenum()
182 CLenum ToCLenum(ContextInfo from) in ToCLenum()
186 case ContextInfo::ReferenceCount: in ToCLenum()
188 case ContextInfo::Devices: in ToCLenum()
190 case ContextInfo::Properties: in ToCLenum()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp60 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) in isASTCSupported()
86 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
87 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
88 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
109 const glu::ContextInfo& m_renderCtxInfo;
130 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
149 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
169 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()

123456