Searched refs:equ (Results 1 - 3 of 3) 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);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DNorm_Corr_opt.s42 .equ EXC , 0
43 .equ XN , 4
44 .equ H , 8
45 .equ L_SUBFR , 12
46 .equ voSTACK , 172
47 .equ T_MIN , 212
48 .equ T_MAX , 216
49 .equ CORR_NORM , 220
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DNorm_Corr_neon.s42 .equ EXC , 0
43 .equ XN , 4
44 .equ H , 8
45 .equ L_SUBFR , 12
46 .equ voSTACK , 172
47 .equ T_MIN , 212
48 .equ T_MAX , 216
49 .equ CORR_NORM , 220

Completed in 84 milliseconds