Searched defs:npix (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp49 GLint npix; local
51 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
/external/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp46 GLint npix; local
48 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
/external/pixman/test/
H A Dlowlevel-blt-bench.c377 double npix)
476 n = 1 + npix / (l1test_width * 8);
495 n = 1 + npix / (l1test_width * nlines);
510 n = 1 + npix / (WIDTH * HEIGHT);
526 n = 1 + npix / (8 * TILEWIDTH * TILEWIDTH);
540 n = 1 + npix / (8 * TILEWIDTH * TILEWIDTH);
554 n = 1 + npix / (8 * TILEWIDTH * TILEWIDTH);
568 n = 1 + npix / (16 * TINYWIDTH * TINYWIDTH);
370 bench_composite(char * testname, int src_fmt, int src_flags, int op, int mask_fmt, int mask_flags, int dst_fmt, double npix) argument

Completed in 739 milliseconds