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

  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 388 static int numDistinctX (const vector<Vec2>& data)
419 if (numDistinctX(data) <= 2)
439 if (numDistinctX(data) <= 2)
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 388 static int numDistinctX (const vector<Vec2>& data)
419 if (numDistinctX(data) <= 2)
439 if (numDistinctX(data) <= 2)
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)
    [all...]

Completed in 139 milliseconds