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

/frameworks/base/opengl/libagl/
H A Dstate.cpp250 glAlphaFuncx(func, gglFloatToFixed(ref));
553 void glAlphaFuncx(GLenum func, GLclampx ref) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java82 public void glAlphaFuncx(int func, int ref) { method in class:GLErrorWrapper
84 mgl.glAlphaFuncx(func, ref);
H A DGLES10.java286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
288 public static native void glAlphaFuncx( method in class:GLES10
H A DGLLogWrapper.java1194 public void glAlphaFuncx(int func, int ref) { method in class:GLLogWrapper
1195 begin("glAlphaFuncx");
1199 mgl.glAlphaFuncx(func, ref);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java99 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
101 public native void glAlphaFuncx( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java270 void glAlphaFuncx( method in interface:GL10

Completed in 277 milliseconds