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

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

Completed in 1262 milliseconds