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

/frameworks/native/opengl/libagl/
H A Dstate.cpp249 void glAlphaFunc(GLenum func, GLclampf ref) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { method in class:GLErrorWrapper
78 mgl.glAlphaFunc(func, ref);
H A DGLES10.java279 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
281 public static native void glAlphaFunc( method in class:GLES10
H A DGLLogWrapper.java1185 public void glAlphaFunc(int func, float ref) { method in class:GLLogWrapper
1186 begin("glAlphaFunc");
1190 mgl.glAlphaFunc(func, ref);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java93 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
95 public native void glAlphaFunc( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java265 void glAlphaFunc( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h20 #define glAlphaFunc wrap_glAlphaFunc macro
H A Dgles_undefine.h20 #undef glAlphaFunc macro

Completed in 234 milliseconds