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

  /external/chromium_org/tools/python/google/
logging_utils.py 28 self._threshold = threshold
42 if record.levelno < self._threshold:
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 58 ColorVerifier (const tcu::Vec3& _color, int _threshold = 8)
60 , m_threshold (tcu::IVec3(_threshold))
64 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold)
66 , m_threshold (_threshold)
    [all...]

Completed in 54 milliseconds