/external/deqp/framework/opengl/ |
D | gluContextInfo.cpp | 66 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 …]
|
D | gluContextInfo.hpp | 82 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);
|
D | gluTexture.hpp | 72 …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…
|
D | gluTextureUtil.hpp | 36 class ContextInfo; 86 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contex…
|
D | gluTexture.cpp | 129 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/ |
D | tes2Context.hpp | 32 class ContextInfo; 53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() 59 glu::ContextInfo* m_contextInfo;
|
D | tes2CapabilityTests.cpp | 105 …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()
|
D | tes2Context.cpp | 48 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
|
/external/deqp/modules/gles3/ |
D | tes3Context.hpp | 32 class ContextInfo; 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() 59 glu::ContextInfo* m_contextInfo;
|
D | tes3Context.cpp | 45 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in Context()
|
/external/deqp/modules/gles31/ |
D | tes31Context.hpp | 32 class ContextInfo; 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() 65 glu::ContextInfo* m_contextInfo;
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.hpp | 34 class ContextInfo; 52 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… 66 const glu::ContextInfo& m_ctxInfo;
|
D | glsShaderLibrary.hpp | 41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo); 54 const glu::ContextInfo& m_contextInfo;
|
D | glsShaderLibraryCase.hpp | 120 …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;
|
D | glsShaderRenderCase.hpp | 207 … (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/ |
D | es31fNegativeTestShared.hpp | 59 …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;
|
D | es31fTextureFormatTests.cpp | 73 … (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/ |
D | es3fTextureWrapTests.cpp | 59 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/ |
D | es2fTextureWrapTests.cpp | 59 … (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()
|
D | es2fTextureFilteringTests.cpp | 63 … (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()
|
D | es2fTextureCompletenessTests.cpp | 75 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/ |
D | es3aTextureFilteringTests.cpp | 52 … (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()
|
D | es3aTextureMipmapTests.cpp | 75 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/ |
D | es2aTextureFilteringTests.cpp | 56 … (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()
|
D | es2aTextureMipmapTests.cpp | 78 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()
|