Searched defs:glAlphaFuncx (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Dstate.cpp251 glAlphaFuncx(func, gglFloatToFixed(ref));
554 void glAlphaFuncx(GLenum func, GLclampx ref) { function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp834 const GLMessage_Function GLMessage::glAlphaFuncx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1182 static const Function glAlphaFuncx = GLMessage_Function_glAlphaFuncx; member in class:android::gltrace::GLMessage
/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 DGLLogWrapper.java1194 public void glAlphaFuncx(int func, int ref) { method in class:GLLogWrapper
1195 begin("glAlphaFuncx");
1199 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
/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

Completed in 135 milliseconds