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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h311 pointer_t covPtr; member in struct:android::GGLAssembler::fragment_parts_t
/system/core/libpixelflinger/
H A Dscanline.cpp650 const int16_t* covPtr = c->state.buffers.coverage + xs; local
853 int16_t cf = *covPtr++;
H A Dtrap.cpp236 int16_t* covPtr = c->state.buffers.coverage; local
249 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
301 int16_t* covPtr = c->state.buffers.coverage; local
322 covPtr[i] = coverageFast(x, y, rmin, rmax, scale);
982 int16_t* const covPtr = c->state.buffers.coverage; local
983 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
1048 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
1057 coverage = covPtr
[all...]

Completed in 81 milliseconds