OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refColor
(Results
1 - 10
of
10
) sorted by null
/external/skia/tests/
DrawTextTest.cpp
46
SkColor
refColor
;
50
refColor
= ref.getColor(refX, refY);
52
refColor
= bgColor;
54
if (
refColor
!= testColor) {
FontHostStreamTest.cpp
50
SkColor
refColor
;
54
refColor
= ref.getColor(refX, refY);
56
refColor
= bgColor;
58
if (
refColor
!= testColor) {
BlurTest.cpp
86
SkColor
refColor
;
90
refColor
= ref.getColor(refX, refY);
92
refColor
= bgColor;
94
if (
refColor
!= testColor) {
/external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp
424
const tcu::RGBA
refColor
(refValue);
434
m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " <<
refColor
<< ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
441
if (de::abs(color.getRed() -
refColor
.getRed()) > colorThreshold.getRed() ||
442
de::abs(color.getGreen() -
refColor
.getGreen()) > colorThreshold.getGreen() ||
443
de::abs(color.getBlue() -
refColor
.getBlue()) > colorThreshold.getBlue())
es2fMultisampleTests.cpp
154
tcu::RGBA
refColor
= img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
161
if (!tcu::compareThreshold(img.getPixel(x, y),
refColor
, tcu::RGBA(3, 3, 3, 3)))
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp
501
const tcu::RGBA
refColor
(refValue);
511
m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " <<
refColor
<< ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
518
if (de::abs(color.getRed() -
refColor
.getRed()) > colorThreshold.getRed() ||
519
de::abs(color.getGreen() -
refColor
.getGreen()) > colorThreshold.getGreen() ||
520
de::abs(color.getBlue() -
refColor
.getBlue()) > colorThreshold.getBlue())
es3fMultisampleTests.cpp
156
tcu::RGBA
refColor
= img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
163
if (!tcu::compareThreshold(img.getPixel(x, y),
refColor
, tcu::RGBA(3, 3, 3, 3)))
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
708
static bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4&
refColor
)
718
tcu::clear(idealAccess,
refColor
);
723
if (result.getPixel(px, py) !=
refColor
)
[
all
...]
es31fGeometryShaderTests.cpp
1976
const tcu::RGBA
refcolor
= m_refResult->getPixel(x, y);
local
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp
[
all
...]
Completed in 1081 milliseconds