Searched refs:runType (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunnerMain.cpp | 39 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()
|
D | glcAndroidTestActivity.cpp | 67 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()
|
D | glcAndroidTestActivity.hpp | 45 …const std::string& waiverPath, const std::string& logPath, glu::ApiType runType, deUint32 runFlags… 65 TestActivity(ANativeActivity* nativeActivity, glu::ApiType runType);
|
D | glcTestRunner.hpp | 66 glu::ApiType runType; member 77 runType = glu::ApiType(); in clear()
|
D | glcTestRunner.cpp | 660 attribs[0] = qpSetStringAttrib("Type", getRunTypeName(summary.runType)); in writeRunSummary() 768 m_summary.runType = m_type; in init()
|
/third_party/skia/experimental/sktext/src/ |
D | LogicalRun.h | 41 void setRunType(LogicalRunType runType) { fRunType = runType; } in setRunType() argument
|
/third_party/skia/fuzz/ |
D | FuzzCanvas.cpp | 977 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()
|