Home
last modified time | relevance | path

Searched refs:glAlphaFunc (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec2 void glAlphaFunc ( GLenum func, GLclampf ref )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java265 void glAlphaFunc( in glAlphaFunc() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.02 void glAlphaFunc ( GLenum func, GLclampf ref )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in1 void API_ENTRY(glAlphaFunc)(GLenum func, GLfloat ref) {
2 CALL_GL_API(glAlphaFunc, func, ref);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java281 public static native void glAlphaFunc( in glAlphaFunc() method in GLES10
DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorWrapper
78 mgl.glAlphaFunc(func, ref); in glAlphaFunc()
DGLLogWrapper.java1185 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLLogWrapper
1190 mgl.glAlphaFunc(func, ref); in glAlphaFunc()
/frameworks/native/opengl/libagl/
Dstate.cpp249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto29 glAlphaFunc = 1; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java95 public native void glAlphaFunc( in glAlphaFunc() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp458 glAlphaFunc( in android_glAlphaFunc__IF()
Dcom_google_android_gles_jni_GLImpl.cpp278 glAlphaFunc( in android_glAlphaFunc__IF()
/frameworks/native/opengl/libs/
Dentries.in4 GL_ENTRY(void, glAlphaFunc, GLenum func, GLfloat ref)
Dtrace.in4 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLfloat ref), (func, ref), 2, "GLenum", func, "GLfloat", r…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp23472 glmsg.set_function(GLMessage::glAlphaFunc); in GLTrace_glAlphaFunc()
23489 glContext->hooks->gl.glAlphaFunc(func, ref); in GLTrace_glAlphaFunc()
/frameworks/base/api/
Dcurrent.txt20117 method public static void glAlphaFunc(int, float);
54571 method public abstract void glAlphaFunc(int, float);
Dsystem-current.txt22061 method public static void glAlphaFunc(int, float);
57177 method public abstract void glAlphaFunc(int, float);