Home
last modified time | relevance | path

Searched defs:testSpec (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp64 SimpleDraw::SimpleDraw(Context &context, TestSpec testSpec) in SimpleDraw()
269 SimpleDrawInstanced::SimpleDrawInstanced(Context &context, TestSpec testSpec) : SimpleDraw(context,… in SimpleDrawInstanced()
393 void checkSupport(Context &context, SimpleDraw::TestSpec testSpec) in checkSupport()
415 SimpleDraw::TestSpec testSpec{ in init() local
432 SimpleDrawInstanced::TestSpec testSpec{ in init() local
DvktDrawShaderDrawParametersTests.cpp123 DrawTest::DrawTest(Context &context, TestSpec testSpec) in DrawTest()
426 void checkSupport(Context &context, DrawTest::TestSpec testSpec) in checkSupport()
463 void addDrawCase(tcu::TestCaseGroup *group, DrawTest::TestSpec testSpec, const TestFlags flags) in addDrawCase()
495 DrawTest::TestSpec testSpec(m_groupParams); in init() local
509 DrawTest::TestSpec testSpec(m_groupParams); in init() local
525 DrawTest::TestSpec testSpec(m_groupParams); in init() local
DvktDrawTestCaseUtil.hpp58 …ceFactory(tcu::TestContext &testCtx, const std::string &name, typename Instance::TestSpec testSpec) in InstanceFactory()
65 …ceFactory(tcu::TestContext &testCtx, const std::string &name, typename Instance::TestSpec testSpec, in InstanceFactory()
DvktDrawIndirectTest.cpp146 …MultiDrawScopedSetter(DrawTypedTestSpec &testSpec) : m_testSpec(testSpec), m_origValue(testSpec.us… in MultiDrawScopedSetter()
513 IndirectDraw::IndirectDraw(Context &context, TestSpec testSpec, const bool delayInit) in IndirectDraw()
1100 …rectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced(Context &context, TestSpec testSpec) in IndirectDrawInstanced()
1525 IndirectDrawCountClampTest::IndirectDrawCountClampTest(Context &context, TestSpec testSpec) in IndirectDrawCountClampTest()
1853 void checkSupport(Context &context, IndirectDraw::TestSpec testSpec) in checkSupport()
1948 IndirectDraw::TestSpec testSpec(m_groupParams); in init() local
2076 IndirectDraw::TestSpec testSpec(m_groupParams); in init() local
2143 IDFirstInstanceNotSupported::TestSpec testSpec(m_groupParams); in init() local
2241 IDFirstInstanceSupported::TestSpec testSpec(m_groupParams); in init() local
2341 IndirectDraw::TestSpec testSpec(m_groupParams); in init() local
DvktDrawIndexedTest.cpp268 DrawIndexed::DrawIndexed(Context &context, TestSpec testSpec) in DrawIndexed()
508 DrawInstancedIndexed::DrawInstancedIndexed(Context &context, TestSpec testSpec) : DrawIndexed(conte… in DrawInstancedIndexed()
647 DrawIndexedMaintenance6::DrawIndexedMaintenance6(Context &context, TestSpec testSpec) : DrawIndexed… in DrawIndexedMaintenance6()
955 void checkSupport(Context &context, DrawIndexed::TestSpec testSpec) in checkSupport()
1093 … DrawIndexed::TestSpec testSpec({{glu::SHADERTYPE_VERTEX, "vulkan/draw/VertexFetch.vert"}, in init() local
1108 DrawInstancedIndexed::TestSpec testSpec( in init() local
1162 DrawIndexedMaintenance6::TestSpec testSpec( in init() local
DvktDrawConcurrentTests.cpp72 ConcurrentDraw::ConcurrentDraw(Context &context, TestSpec testSpec) in ConcurrentDraw()
521 void checkSupport(Context &context, ConcurrentDraw::TestSpec testSpec) in checkSupport()
538 ConcurrentDraw::TestSpec testSpec{{{glu::SHADERTYPE_VERTEX, "vulkan/draw/VertexFetch.vert"}, in init() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp72 …ClearAttachmentTest::ConditionalClearAttachmentTest(Context &context, ConditionalTestSpec testSpec) in ConditionalClearAttachmentTest()
277 ConditionalTestSpec testSpec; in init() local
DvktConditionalTransformFeedbackTests.cpp131 void checkSupport(Context &context, ConditionalTestSpec testSpec) in checkSupport()
157 …sformFeedbackDraw::ConditionalTransformFeedbackDraw(Context &context, ConditionalTestSpec testSpec) in ConditionalTransformFeedbackDraw()
729 ConditionalTestSpec testSpec; in init() local
DvktConditionalDispatchTests.cpp115 const ConditionalTestSpec &testSpec) in ConditionalDispatchTest()
154 …spatchTestInstance::ConditionalDispatchTestInstance(Context &context, ConditionalTestSpec testSpec) in ConditionalDispatchTestInstance()
430 ConditionalTestSpec testSpec; in init() local
DvktConditionalDrawTests.cpp135 ConditionalDraw::ConditionalDraw(Context &context, ConditionalTestSpec testSpec) in ConditionalDraw()
625 ConditionalTestSpec testSpec; in init() local
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DXdhKeyFactoryTest.java124 TestKeySpec testSpec = factory.getKeySpec(publicKey, TestKeySpec.class); in publicKeySpec_Success() local
139 TestKeySpec testSpec = factory.getKeySpec(privateKey, TestKeySpec.class); in privateKeySpec_Success() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DXdhKeyFactoryTest.java128 TestKeySpec testSpec = factory.getKeySpec(publicKey, TestKeySpec.class); in publicKeySpec_Success() local
143 TestKeySpec testSpec = factory.getKeySpec(privateKey, TestKeySpec.class); in privateKeySpec_Success() local
/external/json-schema-validator/src/test/java/com/networknt/schema/
DAbstractJsonSchemaTestSuite.java56 private static void executeTest(JsonSchema schema, TestSpec testSpec) { in executeTest()
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp699 ReadPixelsTest::TestSpec testSpec; in init() local
/external/bcc/tests/cc/
Dcatch.hpp3274 TestSpec testSpec() { in testSpec() function in Catch::TestSpecParser
3569 TestSpec const& testSpec() const { return m_testSpec; } in testSpec() function in Catch::Config
5294 TestSpec testSpec = config.testSpec(); in listTests() local
5331 TestSpec testSpec = config.testSpec(); in listTestsNamesOnly() local
5365 TestSpec testSpec = config.testSpec(); in listTags() local
5881 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… in testGroupStarting()
5884 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… in testGroupEnded()
6244 TestSpec testSpec = config->testSpec(); in runTests() local
6440 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
6461 …<TestCase> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig … in filterTests()
/external/python/pyasn1/tests/codec/ber/
Dtest_decoder.py72 def testSpec(self): member in IntegerDecoderTestCase