Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureSurfaceView.java80 private static final int ALLOWED_DELTA = 25; field in CompressedTextureSurfaceView.CompressedTextureRender
214 if (deltaR <= ALLOWED_DELTA && in comparePixel()
215 deltaG <= ALLOWED_DELTA && in comparePixel()
216 deltaB <= ALLOWED_DELTA) { in comparePixel()