Searched defs:coverage (Results 1 - 2 of 2) sorted by path

/system/core/include/private/pixelflinger/
H A Dggl_context.h433 int16_t *coverage; member in struct:android::framebuffer_t
/system/core/libpixelflinger/
H A Dtrap.cpp174 // This way of computing the coverage factor, is more accurate and gives
234 int16_t* covPtr = c->state.buffers.coverage;
244 // compute coverage factors for each pixel
257 // This is a cheap way of computing the coverage factor for a circle.
299 int16_t* covPtr = c->state.buffers.coverage;
317 // compute coverage factors for each pixel
949 * coverage values may not be correct.
980 int16_t* const covPtr = c->state.buffers.coverage;
993 int16_t* coverage; local
1019 // make sure we're not touching coverage value
[all...]

Completed in 96 milliseconds