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

  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 330 const string expectValue = de::floatToString(getExpectedValue(scalarType, location >= 0 ? location+subTypeIndex : -1, typeName), 3);
337 << ", vec2(0.5)).r), " << expectValue << ");\n";
341 << ", vec2(0.5)).r), " << expectValue << ");\n";
348 << getFirstComponentName(subType) << "), " << expectValue << ");\n";
352 << getFirstComponentName(subType) << "), " << expectValue << ");\n";
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 493 int expectValue = CameraCharacteristics.SENSOR_TEST_PATTERN_MODE_OFF;
496 Arrays.asList(boxedModes).contains(expectValue));
    [all...]

Completed in 73 milliseconds