Home
last modified time | relevance | path

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

12345

/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()
125 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
136 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
137 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
163 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con…
226 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
DgluStateReset.hpp32 class ContextInfo;
34 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo);
/external/skia/tools/gpu/
DGrContextFactory.cpp120 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal()
133 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal()
196 return ContextInfo(); in getContextInfoInternal()
199 return ContextInfo(); in getContextInfoInternal()
210 return ContextInfo(); in getContextInfoInternal()
214 return ContextInfo(); in getContextInfoInternal()
234 return ContextInfo(); in getContextInfoInternal()
243 return ContextInfo(); in getContextInfoInternal()
247 return ContextInfo(); in getContextInfoInternal()
252 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
129 ContextInfo getContextInfo(ContextType type,
137 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
146 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
166 class ContextInfo {
168 ContextInfo() = default;
169 ContextInfo& operator=(const ContextInfo&) = default;
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/external/skqp/tools/gpu/
DGrContextFactory.cpp120 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal()
133 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal()
196 return ContextInfo(); in getContextInfoInternal()
199 return ContextInfo(); in getContextInfoInternal()
210 return ContextInfo(); in getContextInfoInternal()
214 return ContextInfo(); in getContextInfoInternal()
234 return ContextInfo(); in getContextInfoInternal()
243 return ContextInfo(); in getContextInfoInternal()
247 return ContextInfo(); in getContextInfoInternal()
252 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
129 ContextInfo getContextInfo(ContextType type,
137 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
146 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
166 class ContextInfo {
168 ContextInfo() = default;
169 ContextInfo& operator=(const ContextInfo&) = default;
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/external/skia/tests/
DGrContextFactoryTest.cpp54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
89 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST()
94 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
101 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST()
109 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST()
129 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
134 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp64 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
108 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
109 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
110 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
191 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( in DEF_GPUTEST()
199 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
201 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
/external/skqp/tests/
DGrContextFactoryTest.cpp54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
89 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST()
94 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
101 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST()
109 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST()
129 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
134 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp64 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
108 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
109 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
110 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
191 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( in DEF_GPUTEST()
199 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
201 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
/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;
/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/external/openglcts/modules/common/
DglcContext.hpp35 class ContextInfo;
67 const glu::ContextInfo& getContextInfo(void) const in getContextInfo()
83 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()
/external/skqp/dm/
DDMGpuTestProcs.cpp12 using sk_gpu_test::ContextInfo;
55 ContextInfo ctxInfo = factory.getContextInfo( in RunWithGPUTestContexts()

12345