Searched refs:glAlphaFunc (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec2 void glAlphaFunc ( GLenum func, GLclampf ref )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java279 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
281 public static native void glAlphaFunc( method in class:GLES10
H A DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { method in class:GLErrorWrapper
78 mgl.glAlphaFunc(func, ref);
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/javax/microedition/khronos/opengles/
H A DGL10.java265 void glAlphaFunc( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp249 void glAlphaFunc(GLenum func, GLclampf ref) function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h20 #define glAlphaFunc wrap_glAlphaFunc macro
H A Dgles_undefine.h20 #undef glAlphaFunc macro
/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/native/opengl/include/GLES/
H A Dgl.h405 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp466 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
470 glAlphaFunc(
3414 {"glAlphaFunc", "(IF)V", (void *) android_glAlphaFunc__IF },
H A Dcom_google_android_gles_jni_GLImpl.cpp275 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
279 glAlphaFunc(
9095 {"glAlphaFunc", "(IF)V", (void *) android_glAlphaFunc__IF },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 187 milliseconds