Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dprimitives.cpp846 int32_t clipDivide(GLfixed a, GLfixed b) { in clipDivide() function
915 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
926 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
980 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
991 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
1052 const GLfixed t = clipDivide(sd, sd-pd); in clip_line()
1059 const GLfixed t = clipDivide(pd, pd-sd); in clip_line()
1087 const GLfixed t = clipDivide(sd, sd-pd); in clip_line()
1094 const GLfixed t = clipDivide(pd, pd-sd); in clip_line()