Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dcontext.h269 const unsigned int OGLES_MAX_CLIP_PLANES = 6; variable
276 clip_plane_t plane[OGLES_MAX_CLIP_PLANES];
Dstate.cpp422 params[0] = OGLES_MAX_CLIP_PLANES; in glGetIntegerv()
Dprimitives.cpp856 const int MAX_CLIPPING_PLANES = 6 + OGLES_MAX_CLIP_PLANES; in clip_triangle()