Searched defs:equ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) argument
173 memcpy(equation.v, equ, sizeof(vec4_t));
231 void glClipPlanef(GLenum plane, const GLfloat* equ) argument
234 gglFloatToFixed(equ[0]),
235 gglFloatToFixed(equ[1]),
236 gglFloatToFixed(equ[2]),
237 gglFloatToFixed(equ[3])
243 void glClipPlanex(GLenum plane, const GLfixed* equ) argument
246 clipPlanex(plane, equ, c);

Completed in 38 milliseconds