HomeSort by relevance Sort by last modified time
    Searched defs:read_pixel (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/
buffer.cpp 26 static void read_pixel(const surface_t* s, context_t* c,
79 default: s->read = read_pixel; break;
111 void read_pixel(const surface_t* s, context_t* c, function in namespace:android
  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 40 static SkPMColor read_pixel(SkSurface* surface, int x, int y) { function
247 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
252 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 40 static SkPMColor read_pixel(SkSurface* surface, int x, int y) { function
61 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
66 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));
264 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
269 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));
    [all...]

Completed in 641 milliseconds