OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colortolerance
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java
41
public PerPixelBitmapVerifier(int
colorTolerance
) {
42
this(
colorTolerance
, 0);
45
public PerPixelBitmapVerifier(int
colorTolerance
, float spatialTolerance) {
46
mColorTolerance =
colorTolerance
;
ColorVerifier.java
31
public ColorVerifier(@ColorInt int color, int
colorTolerance
) {
32
super(
colorTolerance
);
/external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp
[
all
...]
Completed in 2576 milliseconds