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

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp856 const int MAX_CLIPPING_PLANES = 6 + OGLES_MAX_CLIP_PLANES; local
863 vertex_t buffer[MAX_CLIPPING_PLANES * 2 + 1]; // ~3KB
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 41 milliseconds