Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dprimitives.cpp839 GLfixed frustumPlaneDist(int plane, const vec4_t& s) in frustumPlaneDist() function
968 GLfixed sd = frustumPlaneDist(plane, s->clip); in clip_triangle()
972 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_triangle()
1080 const GLfixed sd = frustumPlaneDist(plane, s->clip); in clip_line()
1081 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_line()