OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkcolor
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java
66
checkColor
(color, bitmap.getPixel(x, y), alphaTolerance);
67
checkColor
(color, bitmap.getPixel(right - x, y), alphaTolerance);
68
checkColor
(color, bitmap.getPixel(x, bottom - y), alphaTolerance);
69
checkColor
(color, bitmap.getPixel(right - x, bottom - y), alphaTolerance);
76
private void
checkColor
(int expected, int actual, int alphaTolerance) {
/external/chromium_org/content/test/data/media/
blackwhite.html
128
function
checkColor
(imgData, x, y, stride, expected, allowedError) {
146
return
checkColor
(videoData, 30, 30, videoElem.videoWidth, 0xff,
148
checkColor
(videoData, 150, 30, videoElem.videoWidth, 0x00,
150
checkColor
(videoData, 30, 150, videoElem.videoWidth, 0x10,
152
checkColor
(videoData, 150, 150, videoElem.videoWidth, 0xef,
/external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp
108
bool
checkColor
(const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors) const;
168
bool DitheringCase::
checkColor
(const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors) const
292
if (!
checkColor
(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))
395
if (!
checkColor
(quadColor, renderedImg.getPixel(x, y), colorChoicesOk))
/external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp
108
bool
checkColor
(const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors) const;
168
bool DitheringCase::
checkColor
(const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors) const
292
if (!
checkColor
(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))
395
if (!
checkColor
(quadColor, renderedImg.getPixel(x, y), colorChoicesOk))
/external/deqp/modules/egl/
teglSwapBuffersTests.cpp
242
bool
checkColor
(tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color)
346
if (!
checkColor
(m_testCtx.getLog(), whiteFrame, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f)))
364
if (!
checkColor
(m_testCtx.getLog(), blackFrame, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f)))
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar
Completed in 291 milliseconds