Home
last modified time | relevance | path

Searched refs:patternType (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDitheringTests.cpp98 …const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec…
138 …har* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& co… in DitheringCase() argument
142 , m_patternType (patternType) in DitheringCase()
539 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local
540 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init()
542 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDitheringTests.cpp98 …const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec…
138 …har* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& co… in DitheringCase() argument
142 , m_patternType (patternType) in DitheringCase()
544 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local
545 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init()
547 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp669 std::vector < cv::Point3f > &corners, gint patternType /*= CHESSBOARD*/ ) in camera_calibrate_calc_corners() argument
673 switch (patternType) { in camera_calibrate_calc_corners()