OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indicesType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
array.cpp
774
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
796
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
823
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
850
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
879
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
885
// where it duplicates the loop below based on c->arrays.
indicesType
918
if (ggl_likely(c->arrays.
indicesType
== GL_UNSIGNED_SHORT)) {
[
all
...]
/frameworks/base/include/private/opengles/
gl_context.h
208
GLenum
indicesType
;
Completed in 11 milliseconds