Searched defs:MAX_VERTICES (Results 1 - 1 of 1) sorted by path

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp857 const int MAX_VERTICES = 3; local
871 // (maximum outpout list's size is MAX_CLIPPING_PLANES + MAX_VERTICES)
873 vertex_t* out[2][MAX_CLIPPING_PLANES + MAX_VERTICES + 2];

Completed in 135 milliseconds