OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npix
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp
45
GLint
npix
;
local
47
CGLChoosePixelFormat(attributes, &pixFormat, &
npix
);
/external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp
45
GLint
npix
;
local
47
CGLChoosePixelFormat(attributes, &pixFormat, &
npix
);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h
47
CGLPixelFormatObj * pix, GLint *
npix
);
/external/mesa3d/src/glx/apple/
apple_cgl.h
47
CGLPixelFormatObj * pix, GLint *
npix
);
/external/pixman/test/
lowlevel-blt-bench.c
377
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);
[
all
...]
Completed in 1168 milliseconds