/external/deqp/framework/opengl/ |
D | gluContextInfo.cpp | 66 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 …]
|
D | gluContextInfo.hpp | 75 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);
|
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 | gluStateReset.hpp | 32 class ContextInfo; 34 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo);
|
D | gluTextureUtil.hpp | 36 class ContextInfo; 87 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/skia/src/gpu/ |
D | GrContextFactory.cpp | 62 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()
|
D | GrContextFactory.h | 113 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/ |
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()
|
/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;
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.hpp | 33 class ContextInfo; 49 const glu::ContextInfo& contextInfo, 65 const glu::ContextInfo& m_contextInfo;
|
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.cpp | 38 …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()
|
D | glsShaderLibrary.hpp | 41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo); 52 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/ |
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/gles31/functional/ |
D | es31fNegativeTestShared.hpp | 60 …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/ |
D | GrContextFactoryTest.cpp | 53 GrContextFactory::ContextInfo info1 = 64 GrContextFactory::ContextInfo info2 =
|
/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()
|
/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()
|
/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()
|