OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkPixel
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp
155
bool
checkPixel
(GLubyte * actual, GLubyte * expected, int tolerance) {
168
if (
checkPixel
(actual, expected, tolerance)) {
/external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp
131
static bool
checkPixel
(SkPMColor a, SkPMColor b, bool didPremulConversion) {
188
REPORTER_ASSERT(reporter, check =
checkPixel
(pmPixel, canvasPixel, didPremul));
WritePixelsTest.cpp
168
static bool
checkPixel
(SkPMColor a, SkPMColor b, bool didPremulConversion) {
228
bool check =
checkPixel
(bmpPMColor, canvasPixel, mul);
Completed in 193 milliseconds