Home
last modified time | relevance | path

Searched refs:runType (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp39 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine()
43 glu::ApiType runType; member
60 glu::ApiType runType; in parseCommandLine() member
77 cmdLine.runType = runTypes[ndx].runType; in parseCommandLine()
136 cmdLine.dstLogDir.c_str(), cmdLine.runType, cmdLine.flags); in main()
DglcAndroidTestActivity.cpp67 const std::string& logPath, glu::ApiType runType, deUint32 runFlags) in TestThread() argument
71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
112 TestActivity::TestActivity(ANativeActivity* activity, glu::ApiType runType) in TestActivity() argument
116 …, m_testThread(*this, m_archive, getWaiverPath(activity), getLogPath(activity), runType, getFlags(… in TestActivity()
DglcAndroidTestActivity.hpp45 …const std::string& waiverPath, const std::string& logPath, glu::ApiType runType, deUint32 runFlags…
65 TestActivity(ANativeActivity* nativeActivity, glu::ApiType runType);
DglcTestRunner.hpp66 glu::ApiType runType; member
77 runType = glu::ApiType(); in clear()
DglcTestRunner.cpp660 attribs[0] = qpSetStringAttrib("Type", getRunTypeName(summary.runType)); in writeRunSummary()
768 m_summary.runType = m_type; in init()
/third_party/skia/experimental/sktext/src/
DLogicalRun.h41 void setRunType(LogicalRunType runType) { fRunType = runType; } in setRunType() argument
/third_party/skia/fuzz/
DFuzzCanvas.cpp977 uint8_t runType; in make_fuzz_textblob() local
978 fuzz->nextRange(&runType, (uint8_t)0, (uint8_t)2); in make_fuzz_textblob()
981 switch (runType) { in make_fuzz_textblob()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp974 uint8_t runType; in make_fuzz_textblob() local
975 fuzz->nextRange(&runType, (uint8_t)0, (uint8_t)2); in make_fuzz_textblob()
978 switch (runType) { in make_fuzz_textblob()