Home
last modified time | relevance | path

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

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