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

/frameworks/native/opengl/libagl/
H A Dstate.cpp251 glAlphaFuncx(func, gglFloatToFixed(ref));
554 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.java100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
102 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
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h25 #undef glAlphaFuncx macro
H A Dwrap_gles.h25 #define glAlphaFuncx wrap_glAlphaFuncx macro

Completed in 130 milliseconds