OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apitests
(Results
1 - 6
of
6
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiTests.cpp
58
void createApiTests (tcu::TestCaseGroup*
apiTests
)
60
tcu::TestContext& testCtx =
apiTests
->getTestContext();
62
apiTests
->addChild(createSmokeTests (testCtx));
63
apiTests
->addChild(api::createFeatureInfoTests (testCtx));
64
apiTests
->addChild(createDeviceInitializationTests (testCtx));
65
apiTests
->addChild(createObjectManagementTests (testCtx));
66
apiTests
->addChild(createBufferTests (testCtx));
67
apiTests
->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferViewTests));
68
apiTests
->addChild(createCommandBuffersTests (testCtx));
69
apiTests
->addChild(createCopiesAndBlittingTests (testCtx))
[
all
...]
/external/deqp/modules/gles3/performance/
es3pPerformanceTests.cpp
82
//
APITests
84
class
APITests
: public TestCaseGroup
87
APITests
(Context& context)
133
addChild(new
APITests
(m_context));
/external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiTests.cpp
51
void createWsiTests (tcu::TestCaseGroup*
apiTests
)
57
addTestGroup(
apiTests
, getName(wsiType), "", createTypeSpecificTests, wsiType);
/external/deqp/modules/egl/
teglImageTests.cpp
500
class
ApiTests
: public TestCaseGroup
503
ApiTests
(EglTestContext& eglTestCtx, const string& name, const string& desc) : TestCaseGroup(eglTestCtx, name.c_str(), desc.c_str()) {}
570
addChild(new Image::
ApiTests
(m_eglTestCtx, "api", "EGLImage API tests"));
/external/deqp/doc/testspecs/VK/
apitests.adoc
1
// asciidoc -b html5 -d book -f
apitests
.conf
apitests
.adoc
94
de::MovePtr<tcu::TestCaseGroup>
apiTests
(new tcu::TestCaseGroup(testCtx, "api", "API Tests"));
96
addFunctionCase(
apiTests
.get(), "create_sampler", "", createSamplerTest);
98
return
apiTests
.release();
[
all
...]
/external/libxml2/
Makefile.am
225
tests: XMLtests XMLenttests NStests IDtests Errtests
APItests
$(READER_TEST) $(TEST_SAX) $(TEST_PUSH) $(TEST_HTML) $(TEST_PHTML) $(TEST_VALID) URItests $(TEST_PATTERN) $(TEST_XPATH) $(TEST_XPTR) $(TEST_XINCLUDE) $(TEST_C14N) $(TEST_DEBUG) $(TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMAS) $(TEST_SCHEMATRON) $(TEST_THREADS) Timingtests $(TEST_VTIME) $(PYTHON_TESTS) $(TEST_MODULES)
230
APItests
: testapi$(EXEEXT)
[
all
...]
Completed in 368 milliseconds