Home
last modified time | relevance | path

Searched defs:testCtx (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/third_party/vk-gl-cts/external/openglcts/modules/
DglcTestPackageRegistry.cpp79 static tcu::TestPackage* createConfigPackage(tcu::TestContext& testCtx) in createConfigPackage()
84 static tcu::TestPackage* createES2Package(tcu::TestContext& testCtx) in createES2Package()
90 static tcu::TestPackage* createdEQPEGLPackage(tcu::TestContext& testCtx) in createdEQPEGLPackage()
97 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package()
104 static tcu::TestPackage* createES2GTFPackage(tcu::TestContext& testCtx) in createES2GTFPackage()
110 static tcu::TestPackage* createES30Package(tcu::TestContext& testCtx) in createES30Package()
116 static tcu::TestPackage* createdEQPES30Package(tcu::TestContext& testCtx) in createdEQPES30Package()
123 static tcu::TestPackage* createES30GTFPackage(tcu::TestContext& testCtx) in createES30GTFPackage()
130 static tcu::TestPackage* createdEQPES31Package(tcu::TestContext& testCtx) in createdEQPES31Package()
136 static tcu::TestPackage* createdEQPGL45ES31Package(tcu::TestContext& testCtx) in createdEQPGL45ES31Package()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboApiTests.cpp54 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment()
59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError()
68 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError()
124 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachme… in checkFboAttachmentParam()
143 static void textureLevelsTest (tcu::TestContext& testCtx, sglr::Context& context) in textureLevelsTest()
170 static void validTex2DAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTex2DAttachmentsTest()
190 static void validTexCubeAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTexCubeAttachmentsTest()
223 static void validRboAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validRboAttachmentsTest()
244 static void attachToDefaultFramebufferTest (tcu::TestContext& testCtx, sglr::Context& context) in attachToDefaultFramebufferTest()
261 static void invalidTex2DAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context) in invalidTex2DAttachmentTest()
[all …]
Des3fFloatStateQueryTests.cpp127 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
147 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloatExpanded()
153 void GetBooleanVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refe… in verifyFloat2Expanded()
185 void GetBooleanVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloat4Color()
219 void GetBooleanVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLf… in verifyFloatRange()
251 void GetBooleanVerifier::verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat… in verifyFloatGreaterOrEqual()
300 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
321 void GetIntegerVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloatExpanded()
345 void GetIntegerVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refe… in verifyFloat2Expanded()
386 void GetIntegerVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloat4Color()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboApiTest.cpp59 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment()
64 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError()
73 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError()
129 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachme… in checkFboAttachmentParam()
148 static void notSupportedTest (tcu::TestContext& testCtx, sglr::Context& context) in notSupportedTest()
155 static void textureLevelsTest (tcu::TestContext& testCtx, sglr::Context& context) in textureLevelsTest()
175 static void textureLevelsWithRenderToMipmapTest (tcu::TestContext& testCtx, sglr::Context& context) in textureLevelsWithRenderToMipmapTest()
195 static void validTex2DAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTex2DAttachmentsTest()
215 static void validTexCubeAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTexCubeAttachmentsTest()
248 static void validRboAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validRboAttachmentsTest()
[all …]
Des2fFloatStateQueryTests.cpp125 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
145 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloatExpanded()
151 void GetBooleanVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refe… in verifyFloat2Expanded()
183 void GetBooleanVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloat4Color()
217 void GetBooleanVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLf… in verifyFloatRange()
267 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat()
288 void GetIntegerVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloatExpanded()
312 void GetIntegerVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refe… in verifyFloat2Expanded()
353 void GetIntegerVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloat4Color()
401 void GetIntegerVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLf… in verifyFloatRange()
[all …]
/third_party/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp44 static tcu::TestPackage *createES2Package(tcu::TestContext &testCtx) in createES2Package()
49 static tcu::TestPackage *createES32Package(tcu::TestContext &testCtx) in createES32Package()
53 static tcu::TestPackage* createES30Package(tcu::TestContext& testCtx) in createES30Package()
57 static tcu::TestPackage* createES31Package(tcu::TestContext& testCtx) in createES31Package()
62 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package()
66 static tcu::TestPackage* createdEQPES30Package(tcu::TestContext& testCtx) in createdEQPES30Package()
70 static tcu::TestPackage* createdEQPES31Package(tcu::TestContext& testCtx) in createdEQPES31Package()
74 static tcu::TestPackage* createdEQPEGLPackage(tcu::TestContext& testCtx) in createdEQPEGLPackage()
/third_party/vk-gl-cts/framework/common/
DtcuTestCase.cpp47 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name) in TestNode()
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const vector<Tes… in TestNode()
77 …oupName, const CaseListFilter* caseListFilter, TestCaseGroup* (*createTestGroup)(tcu::TestContext&… in addRootChild()
121 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name) in TestCaseGroup()
126 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const vector<TestNode*>& chil… in TestCaseGroup()
133 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) in TestCaseGroup()
139 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, cons… in TestCaseGroup()
157 TestCase::TestCase (TestContext& testCtx, const char* name) in TestCase()
162 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name) in TestCase()
170 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) in TestCase()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DglcTestPackageEntry_override.cpp37 static tcu::TestPackage *createES2Package(tcu::TestContext &testCtx) in createES2Package()
42 static tcu::TestPackage *createES30Package(tcu::TestContext &testCtx) in createES30Package()
47 static tcu::TestPackage *createES31Package(tcu::TestContext &testCtx) in createES31Package()
51 static tcu::TestPackage *createESEXTPackage(tcu::TestContext &testCtx) in createESEXTPackage()
56 static tcu::TestPackage *createES32Package(tcu::TestContext &testCtx) in createES32Package()
/third_party/vk-gl-cts/modules/internal/
DditDelibsTests.cpp75 DepoolTests (tcu::TestContext& testCtx) in DepoolTests()
100 …GetUint32Case (tcu::TestContext& testCtx, const char* name, const char* description, GetUint32Func… in GetUint32Case()
122 DethreadTests (tcu::TestContext& testCtx) in DethreadTests()
143 DeutilTests (tcu::TestContext& testCtx) in DeutilTests()
158 DebaseTests (tcu::TestContext& testCtx) in DebaseTests()
176 DecppTests (tcu::TestContext& testCtx) in DecppTests()
200 DelibsTests::DelibsTests (tcu::TestContext& testCtx) in DelibsTests()
DditSeedBuilderTests.cpp44 …SeedBuilderTest (tcu::TestContext& testCtx, const T& value, deUint32 seed, const char* name, const… in SeedBuilderTest()
78 SeedBuilderMultipleValuesTest (tcu::TestContext& testCtx) in SeedBuilderMultipleValuesTest()
116 SeedBuilderTests (tcu::TestContext& testCtx) in SeedBuilderTests()
177 tcu::TestCaseGroup* createSeedBuilderTests (tcu::TestContext& testCtx) in createSeedBuilderTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTests.cpp52 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type, VideoCod… in createBasicTests()
75 OperationTests (tcu::TestContext& testCtx, SynchronizationType type) in OperationTests()
111 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type, const… in createTestsInternal()
159 tcu::TestCaseGroup* createSynchronizationTests(tcu::TestContext& testCtx, const std::string& name) in createSynchronizationTests()
164 tcu::TestCaseGroup* createSynchronization2Tests(tcu::TestContext& testCtx, const std::string& name) in createSynchronization2Tests()
169 tcu::TestCaseGroup* createSynchronizationTests (tcu::TestContext& testCtx, const std::string& name,… in createSynchronizationTests()
178 tcu::TestCaseGroup* createSynchronization2Tests (tcu::TestContext& testCtx, const std::string& name… in createSynchronization2Tests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationTests.cpp52 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type, VideoCod… in createBasicTests()
75 OperationTests (tcu::TestContext& testCtx, SynchronizationType type) in OperationTests()
119 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type, Video… in createTestsInternal()
167 tcu::TestCaseGroup* createSynchronizationTests (tcu::TestContext& testCtx, synchronization::VideoCo… in createSynchronizationTests()
176 tcu::TestCaseGroup* createSynchronization2Tests (tcu::TestContext& testCtx, synchronization::VideoC… in createSynchronization2Tests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationTests.cpp50 tcu::TestCaseGroup* createGeometryInteractionTests (tcu::TestContext& testCtx) in createGeometryInteractionTests()
64 tcu::TestContext& testCtx = tessellationTests->getTestContext(); in createChildren() local
81 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiTests.cpp69 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests() local
77 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local
122 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiTests.cpp71 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests() local
79 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local
126 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationTests.cpp50 tcu::TestCaseGroup* createGeometryInteractionTests (tcu::TestContext& testCtx) in createGeometryInteractionTests()
64 tcu::TestContext& testCtx = tessellationTests->getTestContext(); in createChildren() local
81 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase (tcu::TestContext& testCtx, in SparseShaderIntrinsicsCaseSampledBase()
57 SparseShaderIntrinsicsCaseSampledExplicit (tcu::TestContext& testCtx, in SparseShaderIntrinsicsCaseSampledExplicit()
72 SparseCaseOpImageSparseSampleExplicitLod (tcu::TestContext& testCtx, in SparseCaseOpImageSparseSampleExplicitLod()
91 SparseShaderIntrinsicsCaseSampledImplicit (tcu::TestContext& testCtx, in SparseShaderIntrinsicsCaseSampledImplicit()
106 SparseCaseOpImageSparseSampleImplicitLod (tcu::TestContext& testCtx, in SparseCaseOpImageSparseSampleImplicitLod()
125 SparseCaseOpImageSparseGather (tcu::TestContext& testCtx, in SparseCaseOpImageSparseGather()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase (tcu::TestContext& testCtx, in SparseShaderIntrinsicsCaseSampledBase()
57 SparseShaderIntrinsicsCaseSampledExplicit (tcu::TestContext& testCtx, in SparseShaderIntrinsicsCaseSampledExplicit()
72 SparseCaseOpImageSparseSampleExplicitLod (tcu::TestContext& testCtx, in SparseCaseOpImageSparseSampleExplicitLod()
91 SparseShaderIntrinsicsCaseSampledImplicit (tcu::TestContext& testCtx, in SparseShaderIntrinsicsCaseSampledImplicit()
106 SparseCaseOpImageSparseSampleImplicitLod (tcu::TestContext& testCtx, in SparseCaseOpImageSparseSampleImplicitLod()
125 SparseCaseOpImageSparseGather (tcu::TestContext& testCtx, in SparseCaseOpImageSparseGather()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderStructTests.cpp55 ShaderStructCase::ShaderStructCase (tcu::TestContext& testCtx, in ShaderStructCase()
72 static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string… in createStructCase()
132 LocalStructTests (tcu::TestContext& testCtx) in LocalStructTests()
1256 UniformStructTests (tcu::TestContext& testCtx) in UniformStructTests()
2142 ShaderStructTests::ShaderStructTests (tcu::TestContext& testCtx) in ShaderStructTests()
2159 tcu::TestCaseGroup* createStructTests (tcu::TestContext& testCtx) in createStructTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmIntegerDotProductTests.cpp512 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, in addOpSDotKHRComputeTests()
539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpSDotKHRComputeTests()
578 void add32bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add32bitOpSDotKHRComputeTests()
585 void add16bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add16bitOpSDotKHRComputeTests()
592 void add8bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random … in add8bitOpSDotKHRComputeTests()
599 void addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, in addOpUDotKHRComputeTests()
627 void addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpUDotKHRComputeTests()
666 void add32bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add32bitOpUDotKHRComputeTests()
673 void add16bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add16bitOpUDotKHRComputeTests()
680 void add8bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random … in add8bitOpUDotKHRComputeTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmIntegerDotProductTests.cpp512 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, in addOpSDotKHRComputeTests()
539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpSDotKHRComputeTests()
578 void add32bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add32bitOpSDotKHRComputeTests()
585 void add16bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add16bitOpSDotKHRComputeTests()
592 void add8bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random … in add8bitOpSDotKHRComputeTests()
599 void addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, in addOpUDotKHRComputeTests()
627 void addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd… in addOpUDotKHRComputeTests()
666 void add32bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add32bitOpUDotKHRComputeTests()
673 void add16bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random… in add16bitOpUDotKHRComputeTests()
680 void add8bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random … in add8bitOpUDotKHRComputeTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderStructTests.cpp56 ShaderStructCase::ShaderStructCase (tcu::TestContext& testCtx, in ShaderStructCase()
74 static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string… in createStructCase()
134 LocalStructTests (tcu::TestContext& testCtx) in LocalStructTests()
1232 UniformStructTests (tcu::TestContext& testCtx) in UniformStructTests()
2104 ShaderStructTests::ShaderStructTests (tcu::TestContext& testCtx) in ShaderStructTests()
2121 tcu::TestCaseGroup* createStructTests (tcu::TestContext& testCtx) in createStructTests()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp107 GL40TestPackage::GL40TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL40TestPackage()
147 GL41TestPackage::GL41TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL41TestPackage()
192 GL42TestPackage::GL42TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL42TestPackage()
241 GL42CompatTestPackage::GL42CompatTestPackage(tcu::TestContext& testCtx, const char* packageName, co… in GL42CompatTestPackage()
276 GL43TestPackage::GL43TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL43TestPackage()
336 GL44TestPackage::GL44TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL44TestPackage()
398 GL45TestPackage::GL45TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL45TestPackage()
448 GL46TestPackage::GL46TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL46TestPackage()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSingleConfigTestPackage.cpp82 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() local
114 SingleConfigGL43TestPackage::SingleConfigGL43TestPackage(tcu::TestContext& testCtx, const char* pac… in SingleConfigGL43TestPackage()
148 SingleConfigGL44TestPackage::SingleConfigGL44TestPackage(tcu::TestContext& testCtx, const char* pac… in SingleConfigGL44TestPackage()
177 SingleConfigGL45TestPackage::SingleConfigGL45TestPackage(tcu::TestContext& testCtx, const char* pac… in SingleConfigGL45TestPackage()
206 SingleConfigGL46TestPackage::SingleConfigGL46TestPackage(tcu::TestContext& testCtx, const char* pac… in SingleConfigGL46TestPackage()
234 SingleConfigES32TestPackage::SingleConfigES32TestPackage(tcu::TestContext& testCtx, const char* pac… in SingleConfigES32TestPackage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTests.cpp51 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local
75 auto& testCtx = mainGroup->getTestContext(); in initDynamicStateTestGroup() local
96 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests()

12345678910>>...48