/frameworks/native/opengl/libagl/ |
D | state.cpp | 251 glAlphaFuncx(func, gglFloatToFixed(ref)); in glAlphaFunc() 554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx() function
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 5 glAlphaFuncx;
|
D | entries.in | 6 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 3 void glAlphaFuncx ( GLenum func, GLclampx ref )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 270 void glAlphaFuncx( in glAlphaFuncx() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 3 void glAlphaFuncx ( GLenum func, GLclampx ref )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 118 void API_ENTRY(glAlphaFuncx)(GLenum func, GLfixed ref) { 119 CALL_GL_API(glAlphaFuncx, func, ref);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 288 public static native void glAlphaFuncx( in glAlphaFuncx() method in GLES10
|
D | GLErrorWrapper.java | 82 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() method in GLErrorWrapper 84 mgl.glAlphaFuncx(func, ref); in glAlphaFuncx()
|
D | GLLogWrapper.java | 1194 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() method in GLLogWrapper 1199 mgl.glAlphaFuncx(func, ref); in glAlphaFuncx()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 102 public native void glAlphaFuncx( in glAlphaFuncx() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 22 #define glAlphaFuncx wrap_glAlphaFuncx macro
|
D | gles_undefine.h | 22 #undef glAlphaFuncx
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 481 glAlphaFuncx( in android_glAlphaFuncx__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 290 glAlphaFuncx( in android_glAlphaFuncx__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18885 method public static void glAlphaFuncx(int, int); 51807 method public abstract void glAlphaFuncx(int, int);
|
/frameworks/base/api/ |
D | current.txt | 27746 method public static void glAlphaFuncx(int, int); 69166 method public abstract void glAlphaFuncx(int, int);
|
D | test-current.txt | 27902 method public static void glAlphaFuncx(int, int); 69648 method public abstract void glAlphaFuncx(int, int);
|
D | system-current.txt | 30461 method public static void glAlphaFuncx(int, int); 73124 method public abstract void glAlphaFuncx(int, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 47827 HSPLjavax/microedition/khronos/opengles/GL10;->glAlphaFuncx(II)V
|