Home
last modified time | relevance | path

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

123

/external/deqp/framework/opengl/
DgluContextInfo.cpp66 class ES2ContextInfo : public ContextInfo
140 : glu::ContextInfo (context) in ES2ContextInfo()
216 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
221 ContextInfo::~ContextInfo (void) in ~ContextInfo()
225 int ContextInfo::getInt (int param) const in getInt()
233 bool ContextInfo::getBool (int param) const in getBool()
241 const char* ContextInfo::getString (int param) const in getString()
248 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported()
254 bool ContextInfo::isExtensionSupported (const char* name) const in isExtensionSupported()
260 ContextInfo* ContextInfo::create (const RenderContext& context) in create()
[all …]
DgluContextInfo.hpp82 class ContextInfo class
85 virtual ~ContextInfo (void);
102 static ContextInfo* create (const RenderContext& context);
105 ContextInfo (const RenderContext& context);
110 ContextInfo (const ContextInfo& other);
111 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…
DgluTextureUtil.hpp36 class ContextInfo;
86 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contex…
DgluTexture.cpp129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D()
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create()
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create()
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube()
405 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create()
427 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create()
521 Texture2DArray::Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int n… in Texture2DArray()
638 const ContextInfo& contextInfo, in Texture3D()
821 de::UniquePtr<ContextInfo> info (ContextInfo::create(m_context)); in init()
/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()
Dtes2Context.cpp48 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
/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;
Dtes3Context.cpp45 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
/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/glshared/
DglsFragOpInteractionCase.hpp34 class ContextInfo;
52 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
66 const glu::ContextInfo& m_ctxInfo;
DglsShaderLibrary.hpp41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
54 const glu::ContextInfo& m_contextInfo;
DglsShaderLibraryCase.hpp120 …void checkRequirements (glu::RenderContext& renderCtx, const glu::ContextInfo& contextI…
181 const glu::ContextInfo& contextInfo,
187 const glu::ContextInfo& contextInfo,
225 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/functional/
Des31fNegativeTestShared.hpp59 …stContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::…
67 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo()
79 const glu::ContextInfo& m_ctxInfo;
Des31fTextureFormatTests.cpp73 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo,…
74 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo,…
89 const glu::ContextInfo& m_renderCtxInfo;
102 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo,… in TextureCubeArrayFormatCase()
116 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo,… in TextureCubeArrayFormatCase()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp59 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) in isASTCSupported()
85 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
86 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
87 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
108 const glu::ContextInfo& m_renderCtxInfo;
129 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
148 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
168 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.cpp59 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
60 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
72 const glu::ContextInfo& m_renderCtxInfo;
89 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
106 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
Des2fTextureFilteringTests.cpp63 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
64 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
76 const glu::ContextInfo& m_renderCtxInfo;
117 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
134 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
326 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
327 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
339 const glu::ContextInfo& m_renderCtxInfo;
380 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
397 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
Des2fTextureCompletenessTests.cpp75 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension) in isExtensionSupported()
240 …ription, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo);
248 const glu::ContextInfo& m_ctxInfo;
252 …cription, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) in Incomplete2DSizeCase()
426 …st char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
434 const glu::ContextInfo& m_ctxInfo;
438 …nst char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) in Incomplete2DWrapModeCase()
783 …st char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
791 const glu::ContextInfo& m_ctxInfo;
795 …nst char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) in IncompleteCubeWrapModeCase()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp52 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
53 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
65 const glu::ContextInfo& m_renderCtxInfo;
82 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
97 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
306 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
307 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
319 const glu::ContextInfo& m_renderCtxInfo;
337 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
353 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
Des3aTextureMipmapTests.cpp75 const glu::ContextInfo& renderCtxInfo,
97 const glu::ContextInfo& m_renderCtxInfo;
114 const glu::ContextInfo& renderCtxInfo, in Texture2DMipmapCase()
372 const glu::ContextInfo& renderCtxInfo,
393 const glu::ContextInfo& m_renderCtxInfo;
409 const glu::ContextInfo& renderCtxInfo, in TextureCubeMipmapCase()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp56 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
57 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
69 const glu::ContextInfo& m_renderCtxInfo;
88 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
104 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in Texture2DFilteringCase()
317 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
318 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const…
330 const glu::ContextInfo& m_renderCtxInfo;
349 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
365 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureCubeFilteringCase()
Des2aTextureMipmapTests.cpp78 const glu::ContextInfo& renderCtxInfo,
100 const glu::ContextInfo& m_renderCtxInfo;
117 const glu::ContextInfo& renderCtxInfo, in Texture2DMipmapCase()
379 const glu::ContextInfo& renderCtxInfo,
400 const glu::ContextInfo& m_renderCtxInfo;
416 const glu::ContextInfo& renderCtxInfo, in TextureCubeMipmapCase()

123