Searched refs:indicesType (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp769 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
791 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
818 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
845 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
874 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
880 // where it duplicates the loop below based on c->arrays.indicesType
913 if (ggl_likely(c->arrays.indicesType == GL_UNSIGNED_SHORT)) {
1413 c->arrays.indicesType = type;
H A Dcontext.h209 GLenum indicesType; member in struct:android::gl::array_machine_t

Completed in 694 milliseconds