OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compileElement
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
array.cpp
470
// note:
compileElement
clears v->flags
471
c->arrays.
compileElement
(c, v, index);
567
c->arrays.
compileElement
(c, c->vc.vBuffer, first);
607
c->arrays.
compileElement
(c, v1, first);
788
c->arrays.
compileElement
(c, v0, read_index(type, indices));
815
c->arrays.
compileElement
(c, v0, read_index(type, indices));
871
c->arrays.
compileElement
(c, v0, read_index(type, indices));
872
c->arrays.
compileElement
(c, v1, read_index(type, indices));
[
all
...]
/frameworks/base/include/private/opengles/
gl_context.h
210
void (*
compileElement
)(ogles_context_t*, vertex_t*, GLint);
Completed in 16 milliseconds