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

/frameworks/base/opengl/libagl/
H A Dstate.cpp250 glAlphaFuncx(func, gglFloatToFixed(ref));
553 void glAlphaFuncx(GLenum func, GLclampx ref) { function
/frameworks/base/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/opengl/include/GLES/
H A Dgl.h634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java99 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
101 public native void glAlphaFuncx( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h5 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp155 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
159 glAlphaFuncx(
3409 {"glAlphaFuncx", "(II)V", (void *) android_glAlphaFuncx__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp281 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
285 glAlphaFuncx(
7283 {"glAlphaFuncx", "(II)V", (void *) android_glAlphaFuncx__II },

Completed in 215 milliseconds