Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dprimitives.cpp856 const int MAX_CLIPPING_PLANES = 6 + OGLES_MAX_CLIP_PLANES; in clip_triangle() local
863 vertex_t buffer[MAX_CLIPPING_PLANES * 2 + 1]; // ~3KB in clip_triangle()
873 vertex_t* out[2][MAX_CLIPPING_PLANES + MAX_VERTICES + 2]; in clip_triangle()