OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trianglex
(Results
1 - 3
of
3
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
210
void (*
trianglex
)(void* c,
member in struct:__anon15902
/system/core/libpixelflinger/
trap.cpp
125
c->procs.
trianglex
= trianglex_validate;
498
c->procs.
trianglex
= DEBUG_TRANGLES ? trianglex_debug : aa_trianglex;
500
c->procs.
trianglex
= DEBUG_TRANGLES ? trianglex_debug : trianglex_big;
502
c->procs.
trianglex
(con, v0, v1, v2);
[
all
...]
/frameworks/base/opengl/libagl/
primitives.cpp
628
c->rasterizer.procs.
trianglex
(c, v0->window.v, v1->window.v, v2->window.v);
[
all
...]
Completed in 23 milliseconds