Searched refs:glAlphaFuncxOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 274 public static native void glAlphaFuncxOES( in glAlphaFuncxOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 40 void API_ENTRY(glAlphaFuncxOES)(GLenum func, GLfixed ref) { 41 CALL_GL_API(glAlphaFuncxOES, func, ref);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 26 #define glAlphaFuncxOES wrap_glAlphaFuncxOES macro
|
D | unwrap_gles.h | 26 #undef glAlphaFuncxOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 914 glAlphaFuncxOES( in android_glAlphaFuncxOES__II()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 7 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19448 method public static void glAlphaFuncxOES(int, int);
|
/frameworks/base/api/ |
D | current.txt | 25958 method public static void glAlphaFuncxOES(int, int);
|
D | system-current.txt | 28398 method public static void glAlphaFuncxOES(int, int);
|
D | test-current.txt | 26027 method public static void glAlphaFuncxOES(int, int);
|