Home
last modified time | relevance | path

Searched refs:ContextInfo (Results 1 – 25 of 60) 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;
87 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/skia/src/gpu/
DGrContextFactory.cpp62 GrContextFactory::ContextInfo GrContextFactory::getContextInfo(GLContextType type, in getContextInfo()
72 return ContextInfo(context.fGrContext, context.fGLContext); in getContextInfo()
118 return ContextInfo(); in getContextInfo()
128 return ContextInfo(); in getContextInfo()
140 return ContextInfo(); in getContextInfo()
144 return ContextInfo(); in getContextInfo()
153 return ContextInfo(context.fGrContext, context.fGLContext); in getContextInfo()
DGrContextFactory.h113 struct ContextInfo { struct
114 ContextInfo() in ContextInfo() argument
116 ContextInfo(GrContext* grContext, SkGLContext* glContext) in ContextInfo() argument
126 ContextInfo getContextInfo(GLContextType type, argument
/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;
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/skia/tests/
DGrContextFactoryTest.cpp53 GrContextFactory::ContextInfo info1 =
64 GrContextFactory::ContextInfo info2 =
/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()
/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()
/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()

123