Home
last modified time | relevance | path

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

1234

/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/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()
199 return ContextInfo(); in getContextInfoInternal()
202 return ContextInfo(); in getContextInfoInternal()
213 return ContextInfo(); in getContextInfoInternal()
217 return ContextInfo(); in getContextInfoInternal()
237 return ContextInfo(); in getContextInfoInternal()
246 return ContextInfo(); in getContextInfoInternal()
250 return ContextInfo(); in getContextInfoInternal()
255 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
135 ContextInfo getContextInfo(ContextType type,
143 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
172 class ContextInfo {
174 ContextInfo() = default;
175 ContextInfo& operator=(const ContextInfo&) = default;
192 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/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()
199 return ContextInfo(); in getContextInfoInternal()
202 return ContextInfo(); in getContextInfoInternal()
213 return ContextInfo(); in getContextInfoInternal()
217 return ContextInfo(); in getContextInfoInternal()
237 return ContextInfo(); in getContextInfoInternal()
246 return ContextInfo(); in getContextInfoInternal()
250 return ContextInfo(); in getContextInfoInternal()
255 return ContextInfo(); in getContextInfoInternal()
[all …]
DGrContextFactory.h20 class ContextInfo; variable
135 ContextInfo getContextInfo(ContextType type,
143 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
172 class ContextInfo {
174 ContextInfo() = default;
175 ContextInfo& operator=(const ContextInfo&) = default;
192 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/external/skia/tests/
DGrContextFactoryTest.cpp80 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
90 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
105 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
115 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST()
120 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
127 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST()
135 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST()
155 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
160 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp65 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
114 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
115 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
116 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
196 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( in DEF_GPUTEST()
204 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
206 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
DTest.h21 class ContextInfo; variable
142 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
204 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
211 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
/external/skqp/tests/
DGrContextFactoryTest.cpp80 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
90 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
105 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
115 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST()
120 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
127 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST()
135 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST()
155 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST()
160 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp65 const sk_gpu_test::ContextInfo& childInfo, in draw_child()
114 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test()
115 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test()
116 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test()
196 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( in DEF_GPUTEST()
204 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST()
206 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
DTest.h21 class ContextInfo; variable
142 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
204 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
211 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
/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()
87 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()

1234