OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:covPtr
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
GGLAssembler.h
297
pointer_t
covPtr
;
/system/core/libpixelflinger/
trap.cpp
234
int16_t*
covPtr
= c->state.buffers.coverage;
247
covPtr
[i] = coverageNice(x, y, rmin, rmax, rr);
299
int16_t*
covPtr
= c->state.buffers.coverage;
320
covPtr
[i] = coverageFast(x, y, rmin, rmax, scale);
980
int16_t* const
covPtr
= c->state.buffers.coverage;
981
memset(
covPtr
+xmin, 0, (xmax-xmin)*sizeof(*
covPtr
));
1046
memset(
covPtr
+xmin, 0, (xmax-xmin)*sizeof(*
covPtr
));
1055
coverage =
covPtr
+ gglFixedToIntFloor(l_min_i)
[
all
...]
scanline.cpp
632
const int16_t*
covPtr
= c->state.buffers.coverage + xs;
835
int16_t cf = *
covPtr
++;
[
all
...]
Completed in 43 milliseconds