Searched refs:equ (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) in clipPlanex() argument 173 memcpy(equation.v, equ, sizeof(vec4_t)); in clipPlanex() 231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() argument 234 gglFloatToFixed(equ[0]), in glClipPlanef() 235 gglFloatToFixed(equ[1]), in glClipPlanef() 236 gglFloatToFixed(equ[2]), in glClipPlanef() 237 gglFloatToFixed(equ[3]) in glClipPlanef() 243 void glClipPlanex(GLenum plane, const GLfixed* equ) in glClipPlanex() argument 246 clipPlanex(plane, equ, c); in glClipPlanex()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | Norm_Corr_opt.s | 42 .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/ |
D | Norm_Corr_neon.s | 42 .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
|