HomeSort by relevance Sort by last modified time
    Searched refs:runType (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/openglcts/modules/runner/
glcTestRunnerMain.cpp 38 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0)
42 glu::ApiType runType;
58 glu::ApiType runType;
75 cmdLine.runType = runTypes[ndx].runType;
127 cmdLine.runType, cmdLine.flags);
glcAndroidTestActivity.hpp 45 const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
65 TestActivity(ANativeActivity* nativeActivity, glu::ApiType runType);
glcAndroidTestActivity.cpp 62 glu::ApiType runType, deUint32 runFlags)
66 , m_app(m_platform, m_archive, logPath.c_str(), runType, runFlags)
107 TestActivity::TestActivity(ANativeActivity* activity, glu::ApiType runType)
111 , m_testThread(*this, m_archive, getLogPath(activity), runType, getFlags(activity))
glcTestRunner.hpp 66 glu::ApiType runType;
77 runType = glu::ApiType();
glcTestRunner.cpp 581 attribs[0] = qpSetStringAttrib("Type", getRunTypeName(summary.runType));
688 m_summary.runType = m_type;
  /test/vti/dashboard/src/main/java/com/android/vts/util/
DatastoreHelper.java 269 TestRunType runType = TestRunType.fromBuildId(deviceInfoEntity.buildId);
271 testRunType = runType;
272 } else if (runType != testRunType) {
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp     [all...]

Completed in 111 milliseconds