Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureSurfaceView.java58 private static final int ALLOWED_DELTA = 25; field in CompressedTextureSurfaceView.CompressedTextureRender
188 if (deltaR <= ALLOWED_DELTA && in comparePixel()
189 deltaG <= ALLOWED_DELTA && in comparePixel()
190 deltaB <= ALLOWED_DELTA) { in comparePixel()