Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dprimitives.cpp845 int32_t clipDivide(GLfixed a, GLfixed b) { in clipDivide() function
914 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
925 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
979 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
990 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
1051 const GLfixed t = clipDivide(sd, sd-pd); in clip_line()
1058 const GLfixed t = clipDivide(pd, pd-sd); in clip_line()
1086 const GLfixed t = clipDivide(sd, sd-pd); in clip_line()
1093 const GLfixed t = clipDivide(pd, pd-sd); in clip_line()