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

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
ColorVerifier.java 28 public ColorVerifier(int color, int colorTolerance) {
29 super(colorTolerance);
PerPixelBitmapVerifier.java 41 public PerPixelBitmapVerifier(int colorTolerance) {
42 this(colorTolerance, 0);
45 public PerPixelBitmapVerifier(int colorTolerance, float spatialTolerance) {
46 mColorTolerance = colorTolerance;
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]

Completed in 62 milliseconds