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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp538 const GLMessage_Function GLMessage::glAlphaFunc; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h871 static const Function glAlphaFunc = GLMessage_Function_glAlphaFunc; member in class:android::gltrace::GLMessage

Completed in 94 milliseconds