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

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp838 GLfixed frustumPlaneDist(int plane, const vec4_t& s) function in namespace:android
967 GLfixed sd = frustumPlaneDist(plane, s->clip);
971 const GLfixed pd = frustumPlaneDist(plane, p->clip);
1079 const GLfixed sd = frustumPlaneDist(plane, s->clip);
1080 const GLfixed pd = frustumPlaneDist(plane, p->clip);

Completed in 36 milliseconds