Searched refs:glAlphaFuncx (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp251 glAlphaFuncx(func, gglFloatToFixed(ref));
554 void glAlphaFuncx(GLenum func, GLclampx ref) { function
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec3 void glAlphaFuncx ( GLenum func, GLclampx ref )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
288 public static native void glAlphaFuncx( method in class:GLES10
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);
/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 Dgles_redefine.h22 #define glAlphaFuncx wrap_glAlphaFuncx macro
H A Dgles_undefine.h22 #undef glAlphaFuncx macro
/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/native/opengl/include/GLES/
H A Dgl.h443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp477 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
481 glAlphaFuncx(
3416 {"glAlphaFuncx", "(II)V", (void *) android_glAlphaFuncx__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp286 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
290 glAlphaFuncx(
9097 {"glAlphaFuncx", "(II)V", (void *) android_glAlphaFuncx__II },

Completed in 289 milliseconds