OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refColor
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp
46
SkColor
refColor
;
50
refColor
= ref.getColor(refX, refY);
52
refColor
= bgColor;
54
if (
refColor
!= testColor) {
FontHostStreamTest.cpp
51
SkColor
refColor
;
55
refColor
= ref.getColor(refX, refY);
57
refColor
= bgColor;
59
if (
refColor
!= testColor) {
BlurTest.cpp
85
SkColor
refColor
;
89
refColor
= ref.getColor(refX, refY);
91
refColor
= bgColor;
93
if (
refColor
!= testColor) {
/external/deqp/modules/gles2/functional/
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/
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/
es31fGeometryShaderTests.cpp
1945
const tcu::RGBA
refcolor
= m_refResult->getPixel(x, y);
local
[
all
...]
Completed in 231 milliseconds