Searched refs:glAlphaFuncxOES (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 6 glAlphaFuncxOES;
|
D | entries_gles1.in | 4 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
|
D | entries.in | 7 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFuncxOES); 303 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFuncxOES); in init_stub_library()
|
D | stubs_arm.cc | 23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFuncxOES); 303 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFuncxOES); in init_stub_library()
|
/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/native/opengl/include/GLES/ |
D | glext.h | 210 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 944 glAlphaFuncxOES( in android_glAlphaFuncxOES__II()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19448 method public static void glAlphaFuncxOES(int, int);
|
/frameworks/base/api/ |
D | current.txt | 33539 method public static void glAlphaFuncxOES(int, int);
|