OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointx
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/
trap.cpp
40
static void
pointx
(void *con, const GGLcoord* c, GGLcoord r);
124
c->procs.
pointx
= pointx_validate;
144
c->procs.
pointx
= aa_nice_pointx;
146
c->procs.
pointx
= aa_pointx;
149
c->procs.
pointx
=
pointx
;
151
c->procs.
pointx
(con, v, rad);
154
void
pointx
(void *con, const GGLcoord* v, GGLcoord rad)
function in namespace:android
[
all
...]
/system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h
206
void (*
pointx
)(void *con, const GGLcoord* v, GGLcoord r);
member in struct:__anon106829
Completed in 195 milliseconds