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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h70 nvgl_blend_eqn(unsigned eqn) argument
72 switch (eqn) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c213 int eqn = R200_COMB_FCN_ADD_CLAMP; local
222 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqn | func;
223 rmesa->hw.ctx.cmd[CTX_RB3D_CBLENDCNTL] = eqn | func;
230 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqn | func;
231 rmesa->hw.ctx.cmd[CTX_RB3D_CBLENDCNTL] = eqn | func;
240 eqn = R200_COMB_FCN_ADD_CLAMP;
244 eqn = R200_COMB_FCN_SUB_CLAMP;
248 eqn = R200_COMB_FCN_RSUB_CLAMP;
252 eqn = R200_COMB_FCN_MIN;
258 eqn
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java802 public void glGetClipPlanef(int pname, FloatBuffer eqn) { argument
803 ((GL11)mGL).glGetClipPlanef(pname, eqn);
807 public void glGetClipPlanef(int pname, float[] eqn, int offset) { argument
808 ((GL11)mGL).glGetClipPlanef(pname, eqn, offset);
812 public void glGetClipPlanex(int pname, IntBuffer eqn) { argument
813 ((GL11)mGL).glGetClipPlanex(pname, eqn);
817 public void glGetClipPlanex(int pname, int[] eqn, int offset) { argument
818 ((GL11)mGL).glGetClipPlanex(pname, eqn, offset);
/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.h365 unsigned long eqn; member in struct:arbel_event_queue
H A Dhermon.h490 unsigned long eqn; member in struct:hermon_event_queue
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp1970 void GetClipPlanef(GLenum pname, GLfloat eqn[4]) argument
1975 void GetClipPlanex(GLenum pname, GLfixed eqn[4]) argument
H A Dmain.cpp222 void GetClipPlanef(GLenum pname, GLfloat eqn[4]);
223 void GetClipPlanex(GLenum pname, GLfixed eqn[4]);
878 GL_API void GL_APIENTRY glGetClipPlanef(GLenum pname, GLfloat eqn[4]) argument
880 return es1::GetClipPlanef(pname, eqn);
883 GL_API void GL_APIENTRY glGetClipPlanex(GLenum pname, GLfixed eqn[4]) argument
885 return es1::GetClipPlanex(pname, eqn);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 174 milliseconds