/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 2 void glAlphaFunc ( GLenum func, GLclampf ref )
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 27 glAlphaFunc = 1; enumerator
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 265 void glAlphaFunc( in glAlphaFunc() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 2 void glAlphaFunc ( GLenum func, GLclampf ref )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 1 void API_ENTRY(glAlphaFunc)(GLenum func, GLclampf ref) { 2 CALL_GL_API(glAlphaFunc, func, ref);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 281 public static native void glAlphaFunc( in glAlphaFunc() method in GLES10
|
D | GLErrorWrapper.java | 76 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorWrapper 78 mgl.glAlphaFunc(func, ref); in glAlphaFunc()
|
D | GLLogWrapper.java | 1185 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLLogWrapper 1190 mgl.glAlphaFunc(func, ref); in glAlphaFunc()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 95 public native void glAlphaFunc( in glAlphaFunc() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 538 const GLMessage_Function GLMessage::glAlphaFunc; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 871 static const Function glAlphaFunc = GLMessage_Function_glAlphaFunc; variable
|
D | gltrace_api.cpp | 11170 glmsg.set_function(GLMessage::glAlphaFunc); in GLTrace_glAlphaFunc() 11187 glContext->hooks->gl.glAlphaFunc(func, ref); in GLTrace_glAlphaFunc()
|
/frameworks/native/opengl/libs/ |
D | debug.in | 2 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclampf",…
|
D | entries.in | 3 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
|
D | trace.in | 3 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclampf",…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 146 glAlphaFunc( in android_glAlphaFunc__IF()
|
D | com_google_android_gles_jni_GLImpl.cpp | 274 glAlphaFunc( in android_glAlphaFunc__IF()
|
/frameworks/base/api/ |
D | 14.txt | 12855 method public static void glAlphaFunc(int, float); 39605 method public abstract void glAlphaFunc(int, float);
|
D | 15.txt | 12894 method public static void glAlphaFunc(int, float); 39760 method public abstract void glAlphaFunc(int, float);
|
D | 16.txt | 13796 method public static void glAlphaFunc(int, float); 41042 method public abstract void glAlphaFunc(int, float);
|
D | 17.txt | 14182 method public static void glAlphaFunc(int, float); 41906 method public abstract void glAlphaFunc(int, float);
|
D | current.txt | 14182 method public static void glAlphaFunc(int, float); 41906 method public abstract void glAlphaFunc(int, float);
|