Home
last modified time | relevance | path

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

123

/external/deqp/framework/opengl/
DgluContextInfo.cpp66 class ES2ContextInfo : public ContextInfo
140 : glu::ContextInfo (context) in ES2ContextInfo()
185 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
211 ContextInfo::~ContextInfo (void) in ~ContextInfo()
215 int ContextInfo::getInt (int param) const in getInt()
223 bool ContextInfo::getBool (int param) const in getBool()
231 const char* ContextInfo::getString (int param) const in getString()
238 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported()
244 bool ContextInfo::isExtensionSupported (const char* name) const in isExtensionSupported()
250 ContextInfo* ContextInfo::create (const RenderContext& context) in create()
[all …]
DgluContextInfo.hpp75 class ContextInfo class
78 virtual ~ContextInfo (void);
95 static ContextInfo* create (const RenderContext& context);
98 ContextInfo (const RenderContext& context);
103 ContextInfo (const ContextInfo& other);
104 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()
112 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
123 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
124 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
150 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con…
213 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
DgluStateReset.hpp32 class ContextInfo;
34 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo);
DgluTextureUtil.hpp36 class ContextInfo;
88 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contex…
/external/skia/tools/gpu/
DGrContextFactory.cpp106 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal()
119 return ContextInfo(context.fType, context.fTestContext, context.fGrContext); in getContextInfoInternal()
191 return ContextInfo(); in getContextInfoInternal()
194 return ContextInfo(); in getContextInfoInternal()
207 return ContextInfo(); in getContextInfoInternal()
211 return ContextInfo(); in getContextInfoInternal()
232 return ContextInfo(); in getContextInfoInternal()
241 return ContextInfo(); in getContextInfoInternal()
245 return ContextInfo(); in getContextInfoInternal()
251 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
139 ContextInfo getContextInfo(ContextType type,
147 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
156 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
175 class ContextInfo {
177 ContextInfo() = default;
178 ContextInfo& operator=(const ContextInfo&) = default;
193 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
/external/skia/tests/
DGrContextFactoryTest.cpp78 ContextInfo info1 = testFactory.getContextInfo(ctxType);
88 ContextInfo info2 = testFactory.getContextInfo(ctxType);
104 ContextInfo info1 = testFactory.getContextInfo(ctxType);
114 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext());
119 ContextInfo info3 = testFactory.getContextInfo(ctxType);
126 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext());
134 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1);
DSurfaceSemaphoreTest.cpp54 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
99 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
100 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
101 const sk_gpu_test::ContextInfo& childInfo2) { in surface_semaphore_test()
156 sk_gpu_test::ContextInfo ctxInfo = factory->getContextInfo( in DEF_GPUTEST()
164 sk_gpu_test::ContextInfo child1 = factory->getSharedContextInfo(ctxInfo.grContext(), 0); in DEF_GPUTEST()
165 sk_gpu_test::ContextInfo child2 = factory->getSharedContextInfo(ctxInfo.grContext(), 1); in DEF_GPUTEST()
DTest.h20 class ContextInfo; variable
126 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
199 const sk_gpu_test::ContextInfo& context_info); \
207 const sk_gpu_test::ContextInfo& context_info)
/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/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/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;
DglsShaderRenderCase.hpp207 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
208 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
242 const glu::ContextInfo& m_ctxInfo;
/external/deqp/modules/gles31/
Dtes31Context.hpp32 class ContextInfo;
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo()
65 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/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()
/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.cpp60 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
61 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
73 const glu::ContextInfo& m_renderCtxInfo;
90 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
107 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
Des2fTextureFilteringTests.cpp64 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
65 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
77 const glu::ContextInfo& m_renderCtxInfo;
118 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
135 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
327 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
328 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
340 const glu::ContextInfo& m_renderCtxInfo;
381 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
398 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp58 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
59 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
71 const glu::ContextInfo& m_renderCtxInfo;
90 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
106 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
319 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
320 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
332 const glu::ContextInfo& m_renderCtxInfo;
351 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
367 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp53 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
54 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
66 const glu::ContextInfo& m_renderCtxInfo;
83 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
98 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
307 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
308 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
320 const glu::ContextInfo& m_renderCtxInfo;
338 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
354 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()

123