OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedColors
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
SamplePointVerifier.java
36
public SamplePointVerifier(Point[] testPoints, int[]
expectedColors
) {
37
this(testPoints,
expectedColors
, DEFAULT_TOLERANCE);
40
public SamplePointVerifier(Point[] testPoints, int[]
expectedColors
, int tolerance) {
42
mExpectedColors =
expectedColors
;
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ShadowTests.java
33
public GrayScaleVerifier(Point[] testPoints, int[]
expectedColors
, int tolerance) {
34
super(testPoints,
expectedColors
, tolerance) ;
XfermodeTest.java
55
final int[]
expectedColors
;
60
expectedColors
= (int[]) modeAndExpectedColors[1];
176
.runWithVerifier(new SamplePointVerifier(TEST_POINTS, mConfig.
expectedColors
));
ColorFilterAlphaTest.java
133
.runWithVerifier(new SamplePointVerifier(TEST_POINTS, mConfig.
expectedColors
));
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
486
int[]
expectedColors
;
489
expectedColors
= mExpectedColors;
492
expectedColors
= new int [width * height];
496
expected.getPixels(
expectedColors
, 0, width, 0, 0, width, height);
502
mse += distance(
expectedColors
[idx], actualColors[idx]);
BitmapFactoryTest.java
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp
[
all
...]
Completed in 85 milliseconds